wok diff dosbox-mb/receipt @ rev 25189
opusfile-dev: force version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 12 18:41:58 2022 +0000 (2022-07-12) |
parents | eb5518b1b094 |
children |
line diff
1.1 --- a/dosbox-mb/receipt Tue Jun 16 20:15:47 2020 +0000 1.2 +++ b/dosbox-mb/receipt Tue Jul 12 18:41:58 2022 +0000 1.3 @@ -16,6 +16,13 @@ 1.4 BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev freetype-dev \ 1.5 libpng libpng-dev libpcap libpcap-dev automake autoconf libtool" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/joncampbell123/dosbox-x/releases 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/[a-z-]*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {