wok diff remind/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 2f18a0e99af7
children
line diff
     1.1 --- a/remind/receipt	Mon Jul 18 14:37:03 2022 +0100
     1.2 +++ b/remind/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="remind"
     1.7 -VERSION="04.00.01"
     1.8 +VERSION="04.00.03"
     1.9  CATEGORY="utilities"
    1.10  TAGS="office calendar"
    1.11  SHORT_DESC="Sophisticated calendar and alarm program."
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="https://dianne.skoll.ca/projects/remind/"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="${WEB_SITE}download/$TARBALL"
    1.17 +WGET_URL="https://salsa.debian.org/dskoll/remind/-/archive/master/$TARBALL"
    1.18  
    1.19  DEPENDS="gcc83-lib-base tcl tcllib tk xorg-libXss"
    1.20  BUILD_DEPENDS="gcc83"
    1.21 @@ -18,8 +18,8 @@
    1.22  # What is the latest version available today?
    1.23  current_version()
    1.24  {
    1.25 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.26 -	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.27 +	wget -O - 'https://salsa.debian.org/dskoll/remind/-/tags?sort=updated_desc' 2>/dev/null | \
    1.28 +	sed '/\/tags\//!d;s|.*/tags/||;s|".*||;q'
    1.29  }
    1.30  
    1.31  # Rules to configure and make the package.