wok diff anthy/receipt @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | 8c77592c608a |
children | 72fb3028d8ce |
line diff
1.1 --- a/anthy/receipt Wed Jan 19 08:06:16 2022 +0100 1.2 +++ b/anthy/receipt Fri May 27 07:47:27 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 {