wok-current diff njconnect/receipt @ rev 25174
updated python-flask (1.1.2 -> 1.1.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 17:16:59 2022 +0100 (2022-07-01) |
parents | aad93546c6df |
children | ad0bc3efbf37 |
line diff
1.1 --- a/njconnect/receipt Wed Mar 25 10:58:29 2020 +0100 1.2 +++ b/njconnect/receipt Fri Jul 01 17:16:59 2022 +0100 1.3 @@ -11,6 +11,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION.tar.xz" 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/njconnect/files/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*/njconnect-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 DEPENDS="jack-audio-connection-kit ncursesw" 1.15 BUILD_DEPENDS="jack-audio-connection-kit-dev ncursesw ncursesw-dev" 1.16