wok rev 25742
Up exiftool (12.93)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 27 14:33:47 2024 +0000 (3 months ago) |
parents | d462db8f0258 |
children | 86cc1fef29ef |
files | exiftool/receipt nano-doc/receipt nano-lang/receipt nano/receipt newsbeuter/receipt |
line diff
1.1 --- a/exiftool/receipt Mon Aug 26 13:39:14 2024 +0200 1.2 +++ b/exiftool/receipt Tue Aug 27 14:33:47 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="exiftool" 1.7 -VERSION="12.77" 1.8 +VERSION="12.93" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 @@ -10,7 +10,7 @@ 1.13 1.14 SOURCE="Image-ExifTool" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="http://www.cpan.org/authors/id/E/EX/EXIFTOOL/$SOURCE-$VERSION.tar.gz" 1.17 +WGET_URL="$WEB_SITE/$SOURCE-$VERSION.tar.gz" 1.18 1.19 SUGGESTED="perl-archive-zip perl-io-compress" 1.20 DEPENDS="perl" 1.21 @@ -19,7 +19,7 @@ 1.22 # What is the latest version available today? 1.23 current_version() 1.24 { 1.25 - wget -O - $WGET_SITE 2>/dev/null | \ 1.26 + wget -O - $WEB_SITE 2>/dev/null | \ 1.27 sed "/latest/d;/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.28 } 1.29
2.1 --- a/nano-doc/receipt Mon Aug 26 13:39:14 2024 +0200 2.2 +++ b/nano-doc/receipt Tue Aug 27 14:33:47 2024 +0000 2.3 @@ -6,7 +6,8 @@ 2.4 SHORT_DESC="Nano Text Editor, documentation and man pages." 2.5 MAINTAINER="al.bobylev@gmail.com" 2.6 LICENSE="GPL3" 2.7 -WEB_SITE="https://www.nano-editor.org/" 2.8 +#WEB_SITE="https://www.nano-editor.org/" 2.9 +WEB_SITE="https://git.savannah.gnu.org/cgit/nano.git" 2.10 2.11 WANTED="nano" 2.12
3.1 --- a/nano-lang/receipt Mon Aug 26 13:39:14 2024 +0200 3.2 +++ b/nano-lang/receipt Tue Aug 27 14:33:47 2024 +0000 3.3 @@ -6,7 +6,8 @@ 3.4 SHORT_DESC="Nano Text Editor - localised messages." 3.5 MAINTAINER="maintainer@slitaz.org" 3.6 LICENSE="GPL3" 3.7 -WEB_SITE="https://www.nano-editor.org/" 3.8 +#WEB_SITE="https://www.nano-editor.org/" 3.9 +WEB_SITE="https://git.savannah.gnu.org/cgit/nano.git" 3.10 3.11 WANTED="nano" 3.12
4.1 --- a/nano/receipt Mon Aug 26 13:39:14 2024 +0200 4.2 +++ b/nano/receipt Tue Aug 27 14:33:47 2024 +0000 4.3 @@ -7,7 +7,8 @@ 4.4 SHORT_DESC="Nano Text Editor." 4.5 MAINTAINER="pankso@slitaz.org" 4.6 LICENSE="GPL3" 4.7 -WEB_SITE="https://www.nano-editor.org/" 4.8 +#WEB_SITE="https://www.nano-editor.org/" 4.9 +WEB_SITE="https://git.savannah.gnu.org/cgit/nano.git" 4.10 4.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
5.1 --- a/newsbeuter/receipt Mon Aug 26 13:39:14 2024 +0200 5.2 +++ b/newsbeuter/receipt Tue Aug 27 14:33:47 2024 +0000 5.3 @@ -8,7 +8,8 @@ 5.4 LICENSE="MIT" 5.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.6 WEB_SITE="https://www.newsboat.org/" 5.7 -WGET_URL="https://ftp.kaist.ac.kr/macports/distfiles/$PACKAGE/$TARBALL" 5.8 +#WGET_URL="https://ftp.kaist.ac.kr/macports/distfiles/$PACKAGE/$TARBALL" 5.9 +WGET_URL="https://github.com/newsboat/newsboat/archive/r$VERSION.tar.gz" 5.10 PROVIDE="newsboat" 5.11 5.12 DEPENDS="gcc83-lib-base libxml2 libjson-c curl sqlite stfl"