wok rev 20968

updated giws (2.0.1 -> 2.0.2)
author Hans-G?nter Theisgen
date Tue Mar 05 15:22:01 2019 +0100 (2019-03-05)
parents c92eb8bdf212
children 769b0c9e8a70
files giws/receipt
line diff
     1.1 --- a/giws/receipt	Tue Mar 05 14:47:27 2019 +0100
     1.2 +++ b/giws/receipt	Tue Mar 05 15:22:01 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="giws"
     1.7 -VERSION="2.0.1"
     1.8 +VERSION="2.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Generates a C++ wrapper on the Java object."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -LICENSE="CECILL"
    1.13 +LICENSE="CeCILL"
    1.14  WEB_SITE="https://github.com/opencollab/giws"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WGET_URL="http://forge.scilab.org/index.php/p/$PACKAGE/downloads/get/$TARBALL"
    1.18 +WGET_URL="https://github.com/opencollab/$PACKAGE/archive/$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="python"
    1.21  BUILD_DEPENDS="python libxml2-python"