summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2015-07-03 00:50:05 -0700
committerOmar Sandoval2015-07-03 00:50:05 -0700
commitf621b387eb1c872d2170a319cf3d1c580b9330e6 (patch)
treea2ad3bd0515d995504c681efc004a77cfc1c3a6c
parent7124f12070d48fab924f842613e3a757c316d6e5 (diff)
downloadaur-f621b387eb1c872d2170a319cf3d1c580b9330e6.tar.gz
Update to 1.0.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a802758a69d2..c36a4b8a11d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Vladimir Kirillov <proger@wilab.org.ua>
pkgname=coccinelle
-pkgver=1.0.0
+pkgver=1.0.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=(http://coccinelle.lip6.fr/distrib/${pkgname}-${pkgver}.tgz)
-sha256sums=('e18b4c77964c6f623c385dc8b2fcb46beacd9811927617144620b12d93289e74')
+sha256sums=('39caac46c1f80cbe5de21164c5b31a794e3befdb9cd7ef1d080d455ac171b526')
build() {
cd "$pkgname-$pkgver"