summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaizhao Zhang2020-05-26 15:51:47 +0800
committerKaizhao Zhang2020-05-26 15:51:47 +0800
commitad6dae020f46335dc5bbe0361a220868c4930414 (patch)
treece40009e24b2ded384b714578e511fd46e293fd3 /PKGBUILD
parent0a6eea8f8da1c40733376f3b0deae959e324b77d (diff)
downloadaur-gobeansdb.tar.gz
Updated to version 1.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f134e922117..d2cb7fe077d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=gobeansdb
-pkgver=1.1.0
+pkgver=1.1.3
pkgrel=1
pkgdesc='Yet anonther distributed key-value storage system from Douban Inc.'
url='https://github.com/douban/gobeansdb'
@@ -10,8 +10,12 @@ options=('!strip' '!emptydirs')
arch=('x86_64')
license=('BSD-3-Clause')
conflicts=('gobeansdb-git')
-source=("https://github.com/douban/gobeansdb/archive/v${pkgver}.tar.gz")
-sha256sums=('3fd3648b837db31627762b72054330004824f6d967bc42a43d5683e3ae58f648')
+source=(
+ "https://github.com/douban/gobeansdb/archive/v${pkgver}.tar.gz"
+)
+sha256sums=(
+ 'a6529b3add5663de38dc1ad43a99092c13b28e831b01750e80c4e892cbbd4621'
+)
prepare() {
cd "${srcdir}"