wok-6.x diff gajim/receipt @ rev 24938
mypaint-brushes: add current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 14 09:10:40 2022 +0000 (2022-04-14) |
parents | 16df76e1fc6a |
children | 00e3b45c063b |
line diff
1.1 --- a/gajim/receipt Fri May 22 17:34:18 2015 +0300 1.2 +++ b/gajim/receipt Thu Apr 14 09:10:40 2022 +0000 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 {