# HG changeset patch # User Pascal Bellard # Date 1707220748 0 # Node ID a92b20152ab0aaf0b4042392536ade4c4c43e8f9 # Parent 373233562953a573a85cf3921ebe1e78cbd88fe8 Up ntfs-3g (2022.10.3) diff -r 373233562953 -r a92b20152ab0 collectd-bind/receipt --- a/collectd-bind/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/collectd-bind/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -10,7 +10,7 @@ WEB_SITE="http://collectd.org" TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="https://collectd.org/files/$TARBALL" +WGET_URL="https://github.com/collectd/collectd/releases/download/$SOURCE-$VERSION/$TARBALL" #CONFIG_FILES="/etc/collectd/collectd.conf" DEPENDS="libcurl libxml2" @@ -19,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/*} 2>/dev/null | \ - sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 373233562953 -r a92b20152ab0 collectd/receipt --- a/collectd/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/collectd/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -19,8 +19,8 @@ # What is the latest version available today? current_version() { - wget -O - $WEB_SITE 2>/dev/null | \ - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' } # Rules to configure and make the package. diff -r 373233562953 -r a92b20152ab0 nano-doc/receipt --- a/nano-doc/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/nano-doc/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Nano Text Editor, documentation and man pages." MAINTAINER="al.bobylev@gmail.com" LICENSE="GPL3" -WEB_SITE="https://nano-editor.org/" +WEB_SITE="https://www.nano-editor.org/" WANTED="nano" diff -r 373233562953 -r a92b20152ab0 nano-lang/receipt --- a/nano-lang/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/nano-lang/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Nano Text Editor - localised messages." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://nano-editor.org/" +WEB_SITE="https://www.nano-editor.org/" WANTED="nano" diff -r 373233562953 -r a92b20152ab0 nano/receipt --- a/nano/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/nano/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Nano Text Editor." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -WEB_SITE="https://nano-editor.org/" +WEB_SITE="https://www.nano-editor.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}dist/v${VERSION%.*}/$TARBALL" diff -r 373233562953 -r a92b20152ab0 ntfs-3g-dev/receipt --- a/ntfs-3g-dev/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/ntfs-3g-dev/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="ntfs-3g-dev" -VERSION="2021.8.22" +VERSION="2022.10.3" CATEGORY="development" SHORT_DESC="The free ntfs driver development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" +WEB_SITE="https://github.com/tuxera/ntfs-3g/" DEPENDS="fuse-dev pkg-config" WANTED="ntfs-3g" diff -r 373233562953 -r a92b20152ab0 ntfs-3g/receipt --- a/ntfs-3g/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/ntfs-3g/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="ntfs-3g" -VERSION="2021.8.22" +VERSION="2022.10.3" CATEGORY="system-tools" TAGS="windows" SHORT_DESC="Read and write NTFS driver for FUSE." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" +WEB_SITE="https://github.com/tuxera/ntfs-3g/archive/refs/tags/$VERSION.tar.gz" SOURCE="ntfs-3g_ntfsprogs" TARBALL="$SOURCE-$VERSION.tgz" diff -r 373233562953 -r a92b20152ab0 zx0/receipt --- a/zx0/receipt Sun Feb 04 17:49:25 2024 +0000 +++ b/zx0/receipt Tue Feb 06 11:59:08 2024 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - $WEB_SITE/commits/main 2>/dev/null | \ - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' } # Rules to configure and make the package.