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

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 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	Fri Jul 01 17:52:21 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  {