summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2023-02-21 09:27:02 -0500
committerTony Lambiris2023-02-21 09:27:02 -0500
commit2dcd3555a40daef2a396568daf2110dfd795f45c (patch)
tree350713afdc0a9582726b7d75bd08036487e71fb9 /PKGBUILD
parent646c20f27688f9988b76dcd456f6a61bc8f75234 (diff)
downloadaur-2dcd3555a40daef2a396568daf2110dfd795f45c.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa66a2bf4cf3..77e598a4f83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony <tony@libpcap.net>
pkgname=rocksdb-static
-pkgver=7.8.3
-pkgrel=2
+pkgver=7.9.2
+pkgrel=1
pkgdesc='Embedded key-value store for fast storage (static library)'
arch=(i686 x86_64)
url='http://rocksdb.org'
@@ -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=('b85408a374770897332bf15e51620a5f35720dd416a4749e3899057f9cfaf84d'
+sha256sums=('886378093098a1b2521b824782db7f7dd86224c232cf9652fcaf88222420b292'
'244fdbe8e4a07dbf54da0f1e90322585eb1d5fbd1906cc09fd154bb200cb694b')
build() {