wok-current diff gtkhotkey/receipt @ rev 25734
Up rsync (CVE-2024-12084-88, CVE-2024-12747), xorg-server CVE-2024-9632, expat CVE-2024-50602, deps for webkit2gtk, up mesa 21.3.8, rework xorg proto, up get-LibreOffice/get-LibreOffice for x86_64
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Jan 16 13:14:32 2025 +0000 (3 days ago) |
parents | f6af821600e6 |
children |
line diff
1.1 --- a/gtkhotkey/receipt Wed Jul 06 10:06:06 2016 +0200 1.2 +++ b/gtkhotkey/receipt Thu Jan 16 13:14:32 2025 +0000 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="glib libgio gtk+" 1.5 BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-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 '/Latest version is/!d;s|.*is ||' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {