coccinelle: update to 1.1.1.
This commit is contained in:
parent
5eb088fccb
commit
6ce51a09ea
2 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'coccinelle'
|
||||
pkgname=coccinelle
|
||||
version=1.1.0
|
||||
revision=4
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-pdflatex --enable-release --enable-opt
|
||||
--with-python=/usr/bin/python3"
|
||||
hostmakedepends="python3 automake libtool"
|
||||
hostmakedepends="python3 automake libtool ocaml"
|
||||
makedepends="ocaml ocaml-findlib ocaml-num ocaml-stdcompat
|
||||
pcre-devel python3-devel"
|
||||
short_desc="Program matching and transformation engine"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://coccinelle.lip6.fr/"
|
||||
distfiles="https://github.com/coccinelle/coccinelle/archive/${version}.tar.gz"
|
||||
checksum=e40bdd51eda84f9bf3154c592ebb4af73a4dd9656c03e7ca1d3aa0247d98d185
|
||||
homepage="https://coccinelle.gitlabpages.inria.fr/website/"
|
||||
distfiles="https://github.com/coccinelle/coccinelle/archive/refs/tags/$version.tar.gz"
|
||||
checksum=095919e129ac563586d880ebbc5aac829fec224177090aebe34dc34ed5f142bf
|
||||
disable_parallel_build=yes
|
||||
nocross=yes
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
site="http://coccinelle.lip6.fr/download.php"
|
||||
site='https://coccinelle.gitlabpages.inria.fr/website/download.html'
|
||||
|
|
Loading…
Add table
Reference in a new issue