summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2019-04-29 19:02:14 -0400
committerTony Lambiris2019-04-29 19:02:14 -0400
commitff5ae6ab185ba92eeb6daa188a8c320e74965fb1 (patch)
treeaee5ae724c5727d7aa42f7a2c3d83d7a8cfc3b2d /PKGBUILD
parentc36fa2b154784d39bc3d860bb9e1dab2d7d61ebf (diff)
downloadaur-ff5ae6ab185ba92eeb6daa188a8c320e74965fb1.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff8e77759b40..c4a5d7e7146a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony <tony@criticalstack.com>
pkgname=rocksdb-static
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc='Embedded key-value store for fast storage (static library)'
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('Apache')
depends=('gperftools' 'zlib' 'bzip2' 'lz4' 'snappy' 'gcc-libs')
checkdepends=('python2')
source=("https://github.com/facebook/rocksdb/archive/v${pkgver}.tar.gz")
-sha256sums=('9a9aca15bc3617729d976ceb98f6cbd64c6c25c4d92f374b4897aa2d2faa07cf')
+sha256sums=('89e0832f1fb00ac240a9438d4bbdae37dd3e52f7c15c3f646dc26887da16f342')
prepare() {
cd "${srcdir}/rocksdb-${pkgver}"