wok diff xchat-plugin/receipt @ rev 25533
nfs-utils: made stop and restart working in /etc/init.d/nfsd
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 28 14:41:52 2023 +0100 (20 months ago) |
parents | e4fd343fd7b8 |
children |
line diff
1.1 --- a/xchat-plugin/receipt Sun Jul 13 23:12:56 2014 +0300 1.2 +++ b/xchat-plugin/receipt Tue Feb 28 14:41:52 2023 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="gtk+ dbus openssl gettext-base dbus-glib xorg-libXdamage" 1.5 BUILD_DEPENDS="gtk+-dev dbus-dev openssl shared-mime-info" 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 '/Source:/!d;s|.*rce: ||;s|<.*||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {