diff options
-rw-r--r-- | development/coccinelle/coccinelle.SlackBuild | 2 | ||||
-rw-r--r-- | development/coccinelle/coccinelle.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/coccinelle/coccinelle.SlackBuild b/development/coccinelle/coccinelle.SlackBuild index 9808fd8c1a..ca94c77a26 100644 --- a/development/coccinelle/coccinelle.SlackBuild +++ b/development/coccinelle/coccinelle.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=coccinelle -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/coccinelle/coccinelle.info b/development/coccinelle/coccinelle.info index b508d15ca1..7024bcf2e3 100644 --- a/development/coccinelle/coccinelle.info +++ b/development/coccinelle/coccinelle.info @@ -1,8 +1,8 @@ PRGNAM="coccinelle" -VERSION="1.1.1" +VERSION="1.2" HOMEPAGE="http://coccinelle.lip6.fr/" -DOWNLOAD="https://github.com/coccinelle/coccinelle/archive/1.1.1/coccinelle-1.1.1.tar.gz" -MD5SUM="d7404a70dd4480cb0f0d346550437d5c" +DOWNLOAD="https://github.com/coccinelle/coccinelle/archive/1.2/coccinelle-1.2.tar.gz" +MD5SUM="2fb149bc3c196d6d8f2170d3d4cf2ae4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ocaml-num" |