wok diff gajim/receipt @ rev 24583

updated fusioninventory-agent (2.5.2 -> 2.6)
author Hans-G?nter Theisgen
date Sun Feb 27 17:43:39 2022 +0100 (2022-02-27)
parents 16df76e1fc6a
children 00e3b45c063b
line diff
     1.1 --- a/gajim/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/gajim/receipt	Sun Feb 27 17:43:39 2022 +0100
     1.3 @@ -15,6 +15,13 @@
     1.4  BUILD_DEPENDS="gettext xcb-util-dev enchant-dev xorg-scrnsaverproto \
     1.5  xorg-xextproto python-dev libffi-dev intltool pygtk-dev"
     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 | \
    1.11 +	sed '/Gajim [0-9]/!d;s|.*ajim ||;s| .*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {