wok-current diff lbzip2/receipt @ rev 24174

updated pciids (20200329 -> 20211230)
author Hans-G?nter Theisgen
date Thu Dec 30 06:42:15 2021 +0100 (2021-12-30)
parents 68f9518c4cb0
children ac8ca9758df1
line diff
     1.1 --- a/lbzip2/receipt	Sun Jul 21 10:32:10 2019 +0200
     1.2 +++ b/lbzip2/receipt	Thu Dec 30 06:42:15 2021 +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  {