wok diff qemulator/receipt @ rev 25035
Up libqcow (20210419)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 20 18:11:13 2022 +0000 (2022-05-20) |
parents | c89d25976dbe |
children | 4f225ad3e12e |
line diff
1.1 --- a/qemulator/receipt Thu Feb 14 13:44:59 2019 +0100 1.2 +++ b/qemulator/receipt Fri May 20 18:11:13 2022 +0000 1.3 @@ -14,6 +14,13 @@ 1.4 1.5 DEPENDS="python pygtk qemu" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://launchpad.net/virtualbrick 2>/dev/null | \ 1.11 + sed '/Latest version/!d;s|.*is ||;q' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {