wok diff ttf-open-dyslexic/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
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	Thu Sep 01 11:12:31 2022 +0000
     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  {