wok diff Xdialog/receipt @ rev 24996
updated nim (0.19.6 -> 1.6.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 10:46:30 2022 +0100 (2022-05-16) |
parents | 11b5e93cb5f2 |
children | cc893214701f |
line diff
1.1 --- a/Xdialog/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/Xdialog/receipt Mon May 16 10:46:30 2022 +0100 1.3 @@ -16,6 +16,11 @@ 1.4 xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" 1.5 BUILD_DEPENDS="autoconf automake m4 gettext gtk+-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/current release is/!d;s|.*v||;s|. .*||' 1.11 +} 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 {