mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/coccinelle: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ce096ed82c
commit
cf0dfdebb0
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue