wok rev 25652
Up ntfs-3g (2022.10.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 06 11:59:08 2024 +0000 (12 months ago) |
parents | 373233562953 |
children | 821e70f16e63 |
files | collectd-bind/receipt collectd/receipt nano-doc/receipt nano-lang/receipt nano/receipt ntfs-3g-dev/receipt ntfs-3g/receipt zx0/receipt |
line diff
1.1 --- a/collectd-bind/receipt Sun Feb 04 17:49:25 2024 +0000 1.2 +++ b/collectd-bind/receipt Tue Feb 06 11:59:08 2024 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://collectd.org" 1.5 1.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.7 -WGET_URL="https://collectd.org/files/$TARBALL" 1.8 +WGET_URL="https://github.com/collectd/collectd/releases/download/$SOURCE-$VERSION/$TARBALL" 1.9 #CONFIG_FILES="/etc/collectd/collectd.conf" 1.10 1.11 DEPENDS="libcurl libxml2" 1.12 @@ -19,8 +19,8 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.17 - sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.18 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.19 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 1.20 } 1.21 1.22 # Rules to configure and make the package.
2.1 --- a/collectd/receipt Sun Feb 04 17:49:25 2024 +0000 2.2 +++ b/collectd/receipt Tue Feb 06 11:59:08 2024 +0000 2.3 @@ -19,8 +19,8 @@ 2.4 # What is the latest version available today? 2.5 current_version() 2.6 { 2.7 - wget -O - $WEB_SITE 2>/dev/null | \ 2.8 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 2.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 2.10 + sed '/tag\//!d;s|.*tag/[a-z-]*||;s|".*||;q' 2.11 } 2.12 2.13 # Rules to configure and make the package.
3.1 --- a/nano-doc/receipt Sun Feb 04 17:49:25 2024 +0000 3.2 +++ b/nano-doc/receipt Tue Feb 06 11:59:08 2024 +0000 3.3 @@ -6,7 +6,7 @@ 3.4 SHORT_DESC="Nano Text Editor, documentation and man pages." 3.5 MAINTAINER="al.bobylev@gmail.com" 3.6 LICENSE="GPL3" 3.7 -WEB_SITE="https://nano-editor.org/" 3.8 +WEB_SITE="https://www.nano-editor.org/" 3.9 3.10 WANTED="nano" 3.11
4.1 --- a/nano-lang/receipt Sun Feb 04 17:49:25 2024 +0000 4.2 +++ b/nano-lang/receipt Tue Feb 06 11:59:08 2024 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Nano Text Editor - localised messages." 4.5 MAINTAINER="maintainer@slitaz.org" 4.6 LICENSE="GPL3" 4.7 -WEB_SITE="https://nano-editor.org/" 4.8 +WEB_SITE="https://www.nano-editor.org/" 4.9 4.10 WANTED="nano" 4.11
5.1 --- a/nano/receipt Sun Feb 04 17:49:25 2024 +0000 5.2 +++ b/nano/receipt Tue Feb 06 11:59:08 2024 +0000 5.3 @@ -7,7 +7,7 @@ 5.4 SHORT_DESC="Nano Text Editor." 5.5 MAINTAINER="pankso@slitaz.org" 5.6 LICENSE="GPL3" 5.7 -WEB_SITE="https://nano-editor.org/" 5.8 +WEB_SITE="https://www.nano-editor.org/" 5.9 5.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 WGET_URL="${WEB_SITE}dist/v${VERSION%.*}/$TARBALL"
6.1 --- a/ntfs-3g-dev/receipt Sun Feb 04 17:49:25 2024 +0000 6.2 +++ b/ntfs-3g-dev/receipt Tue Feb 06 11:59:08 2024 +0000 6.3 @@ -1,12 +1,12 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="ntfs-3g-dev" 6.7 -VERSION="2021.8.22" 6.8 +VERSION="2022.10.3" 6.9 CATEGORY="development" 6.10 SHORT_DESC="The free ntfs driver development files." 6.11 MAINTAINER="pankso@slitaz.org" 6.12 LICENSE="GPL2" 6.13 -WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" 6.14 +WEB_SITE="https://github.com/tuxera/ntfs-3g/" 6.15 6.16 DEPENDS="fuse-dev pkg-config" 6.17 WANTED="ntfs-3g"
7.1 --- a/ntfs-3g/receipt Sun Feb 04 17:49:25 2024 +0000 7.2 +++ b/ntfs-3g/receipt Tue Feb 06 11:59:08 2024 +0000 7.3 @@ -1,13 +1,13 @@ 7.4 # SliTaz package receipt. 7.5 7.6 PACKAGE="ntfs-3g" 7.7 -VERSION="2021.8.22" 7.8 +VERSION="2022.10.3" 7.9 CATEGORY="system-tools" 7.10 TAGS="windows" 7.11 SHORT_DESC="Read and write NTFS driver for FUSE." 7.12 MAINTAINER="pankso@slitaz.org" 7.13 LICENSE="GPL2" 7.14 -WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/" 7.15 +WEB_SITE="https://github.com/tuxera/ntfs-3g/archive/refs/tags/$VERSION.tar.gz" 7.16 7.17 SOURCE="ntfs-3g_ntfsprogs" 7.18 TARBALL="$SOURCE-$VERSION.tgz"
8.1 --- a/zx0/receipt Sun Feb 04 17:49:25 2024 +0000 8.2 +++ b/zx0/receipt Tue Feb 06 11:59:08 2024 +0000 8.3 @@ -16,7 +16,7 @@ 8.4 current_version() 8.5 { 8.6 wget -O - $WEB_SITE/commits/main 2>/dev/null | \ 8.7 - sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d 8.8 + sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q' 8.9 } 8.10 8.11 # Rules to configure and make the package.