wok-6.x diff menu-cache/receipt @ rev 24193
updated perl-datetime (1.52 -> 1.55)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:48:34 2021 +0100 (2021-12-31) |
parents | 8f42e5ca1910 |
children | ac8ca9758df1 |
line diff
1.1 --- a/menu-cache/receipt Thu Apr 18 17:35:09 2019 +0300 1.2 +++ b/menu-cache/receipt Fri Dec 31 14:48:34 2021 +0100 1.3 @@ -15,6 +15,12 @@ 1.4 DEPENDS="glib glibc-base libfm-extra libgio" # slitaz-menus ? 1.5 BUILD_DEPENDS="gtk-doc libtool libfm-extra-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $WEB_SITE/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {