wok diff croscore-fonts/receipt @ rev 25097

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 18 20:27:19 2022 +0000 (23 months ago)
parents 3b8e19f28788
children 73f36875e5a7
line diff
     1.1 --- a/croscore-fonts/receipt	Mon Feb 18 10:19:53 2019 +0100
     1.2 +++ b/croscore-fonts/receipt	Sat Jun 18 20:27:19 2022 +0000
     1.3 @@ -12,6 +12,13 @@
     1.4  TARBALL="croscorefonts-$VERSION.tar.bz2"
     1.5  WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - "http://gsdview.appspot.com/chromeos-localmirror/distfiles/?marker=distfiles%2Fcroscorefonts-0.0.1.tar.gz" 2>/dev/null | \
    1.11 +	sed '/croscorefonts-[0-9]/!d;s|.*croscorefonts-||;s|.t.*||' | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {