wok-current diff tahoe-lafs/receipt @ rev 24662

updated imagemagick and imagemagick-dev (7.0.9.26 -> 7.1.0.27)
author Hans-G?nter Theisgen
date Fri Mar 11 14:03:06 2022 +0100 (2022-03-11)
parents 571d4eaa24d6
children 870e1ce31226
line diff
     1.1 --- a/tahoe-lafs/receipt	Fri Oct 18 17:00:56 2019 +0100
     1.2 +++ b/tahoe-lafs/receipt	Fri Mar 11 14:03:06 2022 +0100
     1.3 @@ -17,6 +17,13 @@
     1.4  	twisted zopeinterface"
     1.5  BUILD_DEPENDS="gmp-dev openssl-dev python-dev python-setuptools"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.11 +	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {