wok diff gtklp/receipt @ rev 24645

updated hiredis and hiredis-dev (0.14.0 -> 1.0.2)
author Hans-G?nter Theisgen
date Thu Mar 10 09:47:42 2022 +0100 (2022-03-10)
parents 0b7bca85c877
children 1af9873b4c17
line diff
     1.1 --- a/gtklp/receipt	Mon Feb 24 11:07:00 2020 +0100
     1.2 +++ b/gtklp/receipt	Thu Mar 10 09:47:42 2022 +0100
     1.3 @@ -15,6 +15,14 @@
     1.4  DEPENDS="cups gtk+"
     1.5  BUILD_DEPENDS="autoconf automake cups-dev file gtk+-dev libtool"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/gtklp/files/gtklp/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/gtklp/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {