summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2017-09-17 01:15:51 -0400
committerTony Lambiris2017-09-17 01:15:51 -0400
commit499eaaf207e84b472f98764f1f5cc3b8a0303d81 (patch)
treebe59598a3b99f0cdbc1f4222cf8f18801d46252c /PKGBUILD
parent327f5ed79dafab59b61670f225f97897ce3afa1f (diff)
downloadaur-499eaaf207e84b472f98764f1f5cc3b8a0303d81.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 ae44079c763d..63aa41adbaae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony <tony@criticalstack.com>
pkgname=rocksdb-static
-pkgver=5.7.2
+pkgver=5.7.3
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.zip)
-sha256sums=('b30bcc74047068e80f3fff685d1a11d13bdd4c55fde2930978f103cbfe9358cd')
+sha256sums=('1f059665f9d9f3d391dd5223c749e77e15e5ce5e8d606458f070c6565a2bee16')
prepare() {
cd rocksdb-$pkgver