wok-6.x rev 25557

Up bzip3 (1.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 16:03:47 2023 +0000 (12 months ago)
parents ab6a415fec2b
children a1831cb3e873
files bzip3/receipt snownews/receipt
line diff
     1.1 --- a/bzip3/receipt	Sat Apr 22 14:54:15 2023 +0100
     1.2 +++ b/bzip3/receipt	Sun Apr 23 16:03:47 2023 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bzip3"
     1.7 -VERSION="1.2.2"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="utilities"
    1.10  TAGS="compression archive"
    1.11  SHORT_DESC="High-quality data compressor."
     2.1 --- a/snownews/receipt	Sat Apr 22 14:54:15 2023 +0100
     2.2 +++ b/snownews/receipt	Sun Apr 23 16:03:47 2023 +0000
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="snownews"
     2.7 -VERSION="1.5.12"
     2.8 +VERSION="1.5.13"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Text mode RSS newsreader."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12  LICENSE="GPL2"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 -WEB_SITE="https://github.com/kouya/snownews"
    2.15 -WGET_URL="https://ftp.radix.pro/slackware/slackware64-14.2/source/n/$PACKAGE/$TARBALL"
    2.16 +WEB_SITE="https://sourceforge.net/projects/snownews/"
    2.17 +WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL"
    2.18  
    2.19  DEPENDS="libxml2 ncurses zlib libcrypto"
    2.20  BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \
    2.21 @@ -17,8 +17,8 @@
    2.22  # What is the latest version available today?
    2.23  current_version()
    2.24  {
    2.25 -	wget -O - $WEB_SITE/releases 2>/dev/null | \
    2.26 -	sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q'
    2.27 +	wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \
    2.28 +	sed '/snownews-/!d;s/.*snownews-//;s/.tar.*//;q'
    2.29  }
    2.30  
    2.31  # Rules to configure and make the package.