wok diff lyx/receipt @ rev 25386
updated unrar (5.9.2 -> 6.1.7)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 30 17:51:49 2022 +0100 (2022-07-30) |
parents | f745274ff5c8 |
children |
line diff
1.1 --- a/lyx/receipt Tue Jan 25 09:28:05 2022 +0100 1.2 +++ b/lyx/receipt Sat Jul 30 17:51:49 2022 +0100 1.3 @@ -15,6 +15,13 @@ 1.4 BUILD_DEPENDS="aiksaurus-dev aspell-dev bison gcc83 python Qt4-dev 1.5 xorg-libX11-dev" 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 '/released\./!d;s|.*LyX ||;s| rel.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {