wok diff stellarium/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 380ffe05937a
children 1805f71c5d9f
line diff
     1.1 --- a/stellarium/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/stellarium/receipt	Fri Feb 18 14:45:09 2022 +0100
     1.3 @@ -15,6 +15,12 @@
     1.4  BUILD_DEPENDS="gettext perl cmake libboost-dev libboost-thread-dev mesa-dev \
     1.5  qt4 Qt4-dev qmake zlib-dev pkg-config xorg-libX11-dev libdrm"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - $WEB_SITE 2>/dev/null | sed '/latest/!d;s|.* is ||;s|<.*||;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {