# HG changeset patch # User Pascal Bellard # Date 1682265827 0 # Node ID 4ca444413f2c9b9fa428e94302105dc5c0281d9d # Parent ab6a415fec2b30c0aad3096a336e441426ce2013 Up bzip3 (1.3.0) diff -r ab6a415fec2b -r 4ca444413f2c bzip3/receipt --- a/bzip3/receipt Sat Apr 22 14:54:15 2023 +0100 +++ b/bzip3/receipt Sun Apr 23 16:03:47 2023 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="bzip3" -VERSION="1.2.2" +VERSION="1.3.0" CATEGORY="utilities" TAGS="compression archive" SHORT_DESC="High-quality data compressor." diff -r ab6a415fec2b -r 4ca444413f2c snownews/receipt --- a/snownews/receipt Sat Apr 22 14:54:15 2023 +0100 +++ b/snownews/receipt Sun Apr 23 16:03:47 2023 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="snownews" -VERSION="1.5.12" +VERSION="1.5.13" CATEGORY="network" SHORT_DESC="Text mode RSS newsreader." MAINTAINER="paul@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/kouya/snownews" -WGET_URL="https://ftp.radix.pro/slackware/slackware64-14.2/source/n/$PACKAGE/$TARBALL" +WEB_SITE="https://sourceforge.net/projects/snownews/" +WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL" DEPENDS="libxml2 ncurses zlib libcrypto" BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \ @@ -17,8 +17,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE/releases 2>/dev/null | \ - sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/snownews-/!d;s/.*snownews-//;s/.tar.*//;q' } # Rules to configure and make the package.