summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77e598a4f83e..e9309fbd99a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony <tony@libpcap.net>
pkgname=rocksdb-static
-pkgver=7.9.2
+pkgver=8.1.1
pkgrel=1
pkgdesc='Embedded key-value store for fast storage (static library)'
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ depends=('gperftools' 'zlib' 'bzip2' 'lz4' 'snappy' 'gcc-libs')
checkdepends=('python')
source=("https://github.com/facebook/rocksdb/archive/v${pkgver}.tar.gz"
"fix-uninitialized-read_req.patch")
-sha256sums=('886378093098a1b2521b824782db7f7dd86224c232cf9652fcaf88222420b292'
+sha256sums=('9102704e169cfb53e7724a30750eeeb3e71307663852f01fa08d5a320e6155a8'
'244fdbe8e4a07dbf54da0f1e90322585eb1d5fbd1906cc09fd154bb200cb694b')
build() {