wok diff linuxconsoletools/receipt @ rev 24621

updated graphicsmagick (1.3.34 -> 1.3.37)
author Hans-G?nter Theisgen
date Mon Mar 07 11:14:15 2022 +0100 (2022-03-07)
parents 577b0f540d17
children d4bdd9ac943a
line diff
     1.1 --- a/linuxconsoletools/receipt	Sat Mar 14 17:12:22 2020 +0100
     1.2 +++ b/linuxconsoletools/receipt	Mon Mar 07 11:14:15 2022 +0100
     1.3 @@ -14,6 +14,13 @@
     1.4  DEPENDS="gcc83-lib-base libsdl2"
     1.5  BUILD_DEPENDS="gcc83 libsdl2-dev"
     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/linuxconsole/files/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*/linuxconsoletools-||;s|.tar.*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {