wok-current diff ttf-open-dyslexic/receipt @ rev 24642
updated hfsprescue (3.4 -> 3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 09 17:03:53 2022 +0100 (2022-03-09) |
parents | 668f33bfa682 |
children |
line diff
1.1 --- a/ttf-open-dyslexic/receipt Wed Oct 23 15:39:03 2019 +0100 1.2 +++ b/ttf-open-dyslexic/receipt Wed Mar 09 17:03:53 2022 +0100 1.3 @@ -12,6 +12,12 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/\(.*\)-Stable.tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {