wok-current diff caprice32/receipt @ rev 25262
updated rclone (1.51.0 -> 1.59.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 15 08:42:33 2022 +0100 (2022-07-15) |
parents | 6768666226be |
children |
line diff
1.1 --- a/caprice32/receipt Thu Oct 01 16:36:55 2020 +0000 1.2 +++ b/caprice32/receipt Fri Jul 15 08:42:33 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="libsdl freetype zlib libpng gcc83-lib-base" 1.5 BUILD_DEPENDS="gcc83 libsdl-dev freetype-dev zlib-dev libpng-dev gcc83-lib-base" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.11 + sed '/latest/d;/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {