wok diff libvips/receipt @ rev 25807
dstat: added dependency python-six
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 13 16:28:59 2024 +0100 (6 months ago) |
parents | c467c00d68dd |
children |
line diff
1.1 --- a/libvips/receipt Fri Mar 25 16:44:48 2022 +0100 1.2 +++ b/libvips/receipt Fri Dec 13 16:28:59 2024 +0100 1.3 @@ -21,10 +21,11 @@ 1.4 lcms-dev libexif-dev libpng-dev libtool pkg-config swig 1.5 tiff-dev zlib-dev" 1.6 1.7 +# What is the latest version available today? 1.8 current_version() 1.9 { 1.10 wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.11 - sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.12 + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' 1.13 } 1.14 1.15 # Rules to configure and make the package.