rocksdb: update to 7.9.2.

This commit is contained in:
André Cerqueira 2023-01-25 15:03:09 +00:00 committed by classabbyamp
parent 57a9f0ef94
commit c31a53435a

View File

@ -1,6 +1,6 @@
# Template file for 'rocksdb'
pkgname=rocksdb
version=7.7.2
version=7.9.2
revision=1
build_style=cmake
configure_args="-DPORTABLE=1 -DWITH_TESTS=0 -DUSE_RTTI=0 -DWITH_LZ4=1
@ -11,7 +11,7 @@ maintainer="magenbluten <mb0@codemonkey.cc>"
license="GPL-2.0-or-later, Apache-2.0, BSD-3-Clause"
homepage="https://github.com/facebook/rocksdb"
distfiles="https://github.com/facebook/rocksdb/archive/v${version}.tar.gz"
checksum=85ac702405568be4d3ad485fba81b39a5c3de956224c2583528e00ed77cf07fd
checksum=886378093098a1b2521b824782db7f7dd86224c232cf9652fcaf88222420b292
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"