summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknight422018-02-26 01:37:14 +0800
committerknight422018-02-26 01:37:14 +0800
commit8dd9fbebad23cdbb8ac421711ea5101e21bb1eb7 (patch)
tree29a06bb3f5ba1758fbb6913ff8c111e8bf51d5e0 /PKGBUILD
parent7509add8fa250928353328d676d6a907a322a1e0 (diff)
downloadaur-8dd9fbebad23cdbb8ac421711ea5101e21bb1eb7.tar.gz
Update to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c737cb9cf6b..0d4137ea2783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jian Zeng <anonymousknight96 AT gmail.com>
pkgname=cayley
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph."
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ license=('APACHE-2.0')
provide=('cayley')
source_x86_64=("https://github.com/cayleygraph/cayley/releases/download/v${pkgver}/cayley_${pkgver}_linux_amd64.tar.gz")
source_i686=("https://github.com/cayleygraph/cayley/releases/download/v${pkgver}/cayley_${pkgver}_linux_386.tar.gz")
-sha256sums_i686=('f2a467d97134a54a7e413e3998b616e3f2062c35fff0132552a80a90004dd1ab')
-sha256sums_x86_64=('dd8869f4aad398dd3725882b8923bb5eac74080a43890e3dcfd26f2ef41eb2dd')
+sha256sums_i686=('ab1f32ca3501f8c86145c7ec7c29e44cc02c19adfdf511b347c3ff7bb47739b9')
+sha256sums_x86_64=('77cbd2a3112ce4db414208839e7181b964d71a9495f21da06cbe7e2957c334f5')
if [ "$CARCH" == 'x86_64' ]; then
_dir="${pkgname}_${pkgver}_linux_amd64"