wok diff ttf-open-dyslexic/receipt @ rev 24837
updated libtdb and libtdb-dev (1.4.3 -> 1.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 07:38:22 2022 +0100 (2022-03-25) |
parents | 668f33bfa682 |
children | 0262035dc1e7 |
line diff
1.1 --- a/ttf-open-dyslexic/receipt Wed Oct 23 15:39:03 2019 +0100 1.2 +++ b/ttf-open-dyslexic/receipt Fri Mar 25 07:38:22 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 {