wok rev 25695
sc-im: replaced released version by development version
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 26 08:13:41 2024 +0100 (9 months ago) |
parents | c7c7d41a7d82 |
children | 1f6161446b36 |
files | sc-im/receipt |
line diff
1.1 --- a/sc-im/receipt Sun Apr 21 14:12:01 2024 +0000 1.2 +++ b/sc-im/receipt Fri Apr 26 08:13:41 2024 +0100 1.3 @@ -8,11 +8,12 @@ 1.4 MAINTAINER="paul@slitaz.org" 1.5 WEB_SITE="https://github.com/andmarti1424/sc-im" 1.6 1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.8 -#WGET_URL="git|git://github.com/andmarti1424/sc-im" 1.9 -# Do not use git, because that might fetch an unreleased version 1.10 -# as happened with 0.8.3 in place of 0.8.2 1.11 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.12 +#TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +#WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.14 +# The released version 0.8.3 does not work with 'int goto "string"' statement 1.15 +# so take the development version: 1.16 +TARBALL="$PACKAGE-$VERSION.zip" 1.17 +WGET_URL="https://github.com/andmarti1424/sc-im/archive/refs/heads/dev.zip" 1.18 1.19 DEPENDS="ncursesw" 1.20 BUILD_DEPENDS="bison ncursesw-dev"