summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2021-10-19 12:08:27 -0700
committerOmar Sandoval2021-10-19 12:08:27 -0700
commit8139813733e1495aef30d739c7e87729ac9740be (patch)
tree5ede154f46d268bbf9ce8d3084eab2510a4fac98
parentfd29c2707ce87801b42a022a1ee51dcb02bbf3a5 (diff)
downloadaur-8139813733e1495aef30d739c7e87729ac9740be.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a199cfece1f..a09e985cabfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coccinelle
pkgdesc = Provides spatch program used to apply semantic patches
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = http://coccinelle.lip6.fr/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = coccinelle
optdepends = ocaml: OCaml scripting feature
optdepends = ocaml-findlib: OCaml scripting feature
options = !strip
- source = https://github.com/coccinelle/coccinelle/archive/1.1.0.tar.gz
- sha256sums = e40bdd51eda84f9bf3154c592ebb4af73a4dd9656c03e7ca1d3aa0247d98d185
+ source = https://github.com/coccinelle/coccinelle/archive/1.1.1.tar.gz
+ sha256sums = 095919e129ac563586d880ebbc5aac829fec224177090aebe34dc34ed5f142bf
pkgname = coccinelle
diff --git a/PKGBUILD b/PKGBUILD
index d93f995884e7..798fdbf3fdfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Vladimir Kirillov <proger@wilab.org.ua>
pkgname=coccinelle
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Provides spatch program used to apply semantic patches"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('ocaml: OCaml scripting feature'
'ocaml-findlib: OCaml scripting feature')
options=('!strip')
source=(https://github.com/coccinelle/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('e40bdd51eda84f9bf3154c592ebb4af73a4dd9656c03e7ca1d3aa0247d98d185')
+sha256sums=('095919e129ac563586d880ebbc5aac829fec224177090aebe34dc34ed5f142bf')
build() {
cd "$pkgname-$pkgver"