wok diff lbzip2/receipt @ rev 24254
updated perl-test-compile (2.4.0 -> 3.0.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 09:57:13 2022 +0100 (2022-01-02) |
parents | 68f9518c4cb0 |
children | ac8ca9758df1 |
line diff
1.1 --- a/lbzip2/receipt Sun Jul 21 10:32:10 2019 +0200 1.2 +++ b/lbzip2/receipt Sun Jan 02 09:57:13 2022 +0100 1.3 @@ -10,6 +10,12 @@ 1.4 WEB_SITE="https://github.com/kjn/lbzip2/" 1.5 WGET_URL="http://archive.lbzip2.org/$TARBALL" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WEB_SITE}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {