wok diff exiv2/receipt @ rev 25850

Up bzip3 (1.5.2), dropbear (2025.88), tinyssh (20250501)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 06 06:34:03 2025 +0000 (2 weeks ago)
parents 00e3b45c063b
children
line diff
     1.1 --- a/exiv2/receipt	Sat May 07 11:09:47 2022 +0000
     1.2 +++ b/exiv2/receipt	Fri Jun 06 06:34:03 2025 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="Exif and Iptc metadata manipulation library and tools."
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="https://exiv2.org/"
     1.8 +WEB_SITE="https://github.com/Exiv2/exiv2"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="https://github.com/Exiv2/$PACKAGE/archive/v$VERSION.tar.gz"
    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 - https://exiv2.org/download.html 2>/dev/null | \
    1.17 -	sed '/Exiv2 v/!d;/ource/!d;s|.*v2-||;s|-.*||;q'
    1.18 +	wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    1.19 +	sed '/nightly/d;/tag\//!d;s|.*tag/v*||;s|".*||;q'
    1.20  }
    1.21  
    1.22  # Rules to configure and make the package.