# HG changeset patch # User Hans-G?nter Theisgen # Date 1714115621 -3600 # Node ID 5afbe5c989190835f384bb3f4f6b70a790bb5afa # Parent c7c7d41a7d82fca117b283206bde1ce963dbe832 sc-im: replaced released version by development version diff -r c7c7d41a7d82 -r 5afbe5c98919 sc-im/receipt --- a/sc-im/receipt Sun Apr 21 14:12:01 2024 +0000 +++ b/sc-im/receipt Fri Apr 26 08:13:41 2024 +0100 @@ -8,11 +8,12 @@ MAINTAINER="paul@slitaz.org" WEB_SITE="https://github.com/andmarti1424/sc-im" -TARBALL="$PACKAGE-$VERSION.tar.gz" -#WGET_URL="git|git://github.com/andmarti1424/sc-im" -# Do not use git, because that might fetch an unreleased version -# as happened with 0.8.3 in place of 0.8.2 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" +#TARBALL="$PACKAGE-$VERSION.tar.gz" +#WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" +# The released version 0.8.3 does not work with 'int goto "string"' statement +# so take the development version: +TARBALL="$PACKAGE-$VERSION.zip" +WGET_URL="https://github.com/andmarti1424/sc-im/archive/refs/heads/dev.zip" DEPENDS="ncursesw" BUILD_DEPENDS="bison ncursesw-dev"