wok-current diff linuxconsoletools/receipt @ rev 24532

updated expat and expat-dev (2.4.4 -> 2.4.6)
author Hans-G?nter Theisgen
date Wed Feb 23 10:55:02 2022 +0100 (2022-02-23)
parents 577b0f540d17
children d4bdd9ac943a
line diff
     1.1 --- a/linuxconsoletools/receipt	Sat Mar 14 17:12:22 2020 +0100
     1.2 +++ b/linuxconsoletools/receipt	Wed Feb 23 10:55:02 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  {