wok-current diff scribus/receipt @ rev 24612
updated gnuplot (4.6.5 -> 5.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 06 16:11:56 2022 +0100 (2022-03-06) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/scribus/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/scribus/receipt Sun Mar 06 16:11:56 2022 +0100 1.3 @@ -18,6 +18,14 @@ 1.4 ghostscript python python-dev python-pil pkg-config aspell aspell-dev \ 1.5 libboost-dev openssl openssl-dev zlib tk" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects/scribus/files/scribus/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*/scribus/||;s|/.*||;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {