wok-6.x diff qemu-light/receipt @ rev 25144
updated plymouth (0.9.4 -> 0.9.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 29 14:52:59 2022 +0100 (2022-06-29) |
parents | 3705d68ed8f3 |
children | 8acc87b18a99 |
line diff
1.1 --- a/qemu-light/receipt Sat Feb 24 12:51:10 2018 +0100 1.2 +++ b/qemu-light/receipt Wed Jun 29 14:52:59 2022 +0100 1.3 @@ -17,6 +17,12 @@ 1.4 BUILD_DEPENDS="perl alsa-lib-dev libsdl-dev util-linux-uuid-dev python \ 1.5 libgio-dev glib-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://qemu.org/ 2>/dev/null | sed '/tar..z/!d;s|.*">||;s|</.*||;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {