wok-6.x diff anthy/receipt @ rev 25324

updated squid, squid-auth-helpers and squid-langpack (3.4.2 -> 5.6)
author Hans-G?nter Theisgen
date Fri Jul 22 17:10:45 2022 +0100 (2022-07-22)
parents 8c77592c608a
children
line diff
     1.1 --- a/anthy/receipt	Wed Jan 19 08:06:16 2022 +0100
     1.2 +++ b/anthy/receipt	Fri Jul 22 17:10:45 2022 +0100
     1.3 @@ -15,6 +15,14 @@
     1.4  
     1.5  CONFIG_FILES="/etc/anthy-conf"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://osdn.net$(wget -O - https://osdn.net/projects/$PACKAGE 2>/dev/null | \
    1.11 +	sed '/Date: /!d;s|.*href="||;s|".*||;q') 2>/dev/null | \
    1.12 +	sed '/Release anthy-/!d;s|.*anthy-.*anthy-||;s| .*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {