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

updated gtest (1.10.0 -> 1.11.0)
author Hans-G?nter Theisgen
date Tue Mar 08 15:38:54 2022 +0100 (2022-03-08)
parents 8c77592c608a
children
line diff
     1.1 --- a/anthy/receipt	Wed Jan 19 08:06:16 2022 +0100
     1.2 +++ b/anthy/receipt	Tue Mar 08 15:38:54 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  {