wok-current diff mgetty/receipt @ rev 25521
created recipes for unibilium and unibilium-dev 2.1.1
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 24 17:05:40 2023 +0100 (21 months ago) |
parents | a5ee74db1fee |
children |
line diff
1.1 --- a/mgetty/receipt Mon Jul 13 21:34:44 2020 +0000 1.2 +++ b/mgetty/receipt Fri Feb 24 17:05:40 2023 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 1.5 CONFIG_FILES="/etc/mgetty+sendfax" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/mgetty-[0-9]/!d;s|.*mgetty-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {