wok-current diff gmpc/receipt @ rev 24681
updated itstool (2.0.6 -> 2.0.7)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 10:05:28 2022 +0100 (2022-03-12) |
parents | b29edd818c5e |
children | cb67b4f8be05 |
line diff
1.1 --- a/gmpc/receipt Wed Jul 01 14:12:33 2020 +0000 1.2 +++ b/gmpc/receipt Sat Mar 12 10:05:28 2022 +0100 1.3 @@ -19,6 +19,13 @@ 1.4 i?86) BUILD_DEPENDS="$BUILD_DEPENDS vala" 1.5 esac 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/DaveDavenport/gmpc/tags 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 ./configure \