wok diff exiftool/receipt @ rev 25864
ncurses-dev: fix pkgconfig path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 30 13:06:18 2025 +0000 (12 days ago) |
parents | 74fa090e7bcb |
children |
line diff
1.1 --- a/exiftool/receipt Thu Jul 25 12:19:41 2024 +0000 1.2 +++ b/exiftool/receipt Sat Aug 30 13:06:18 2025 +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