summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2017-06-14 22:52:37 -0400
committerTony Lambiris2017-06-14 22:52:37 -0400
commit6fe3f4b2a31bfc709fa9f2abf51123ac32c31fe9 (patch)
tree7452b421e749399ff68b7b3aee40f3bd3ddb816e /PKGBUILD
parent32bfeb7f68b1c9a00c7f1c3d882028c129ad13a7 (diff)
downloadaur-6fe3f4b2a31bfc709fa9f2abf51123ac32c31fe9.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 558126e06a13..733862bd7a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony <tony@criticalstack.com>
pkgname=rocksdb-static
-pkgver=5.1.2
+pkgver=5.4.6
pkgrel=1
pkgdesc='Embedded key-value store for fast storage (static library)'
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=(BSD)
depends=(gperftools zlib bzip2 lz4 snappy gcc-libs)
checkdepends=(python2)
source=(https://github.com/facebook/rocksdb/archive/rocksdb-$pkgver.zip)
-sha256sums=('5e6841021a30841cacd61a628c7829c7bacfdf4846ba30c0e02173a3f3431966')
+sha256sums=('b130935c3c59a3cdc0193a87f985d559b7f6bd26548fe039293172227ec8ae5a')
prepare() {
cd rocksdb-rocksdb-$pkgver