summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aef019c016c1..3afa3570b266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kpcyrd <git@rxv.cc>
pkgname=cargo-crev
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Scalable, social, Code REView and recommendation system that we desperately need"
url="https://github.com/dpc/crev"
@@ -10,7 +10,7 @@ makedepends=('cargo' 'clang')
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
license=('MPL' 'Apache' 'MIT')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz")
-sha512sums=('6987c92d538b05f347026ef356ce7b84d0999796ea57402c55403cc730d09c77eb05a7b416a290b8f8ee24c514b32c50bc73009caadf24f687b43f7ebbf5e7f1')
+sha512sums=('e96ef57592cd7f9d6d784aec292152fc86bcccea914fc4adab190a61ce76e57319274c66bc61c2e7740c6d6793d7a34caf61d1979b5a3c825564709f6bdd99fa')
build() {
cd "${pkgname}-${pkgver}/cargo-crev"