diff --git a/srcpkgs/coccinelle/template b/srcpkgs/coccinelle/template index 709b45fd2f6..20faebd1e0a 100644 --- a/srcpkgs/coccinelle/template +++ b/srcpkgs/coccinelle/template @@ -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 " +maintainer="Đoàn Trần Công Danh " 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 diff --git a/srcpkgs/coccinelle/update b/srcpkgs/coccinelle/update index 6840a68d887..7cdcc40b884 100644 --- a/srcpkgs/coccinelle/update +++ b/srcpkgs/coccinelle/update @@ -1 +1 @@ -site="http://coccinelle.lip6.fr/download.php" +site='https://coccinelle.gitlabpages.inria.fr/website/download.html'