mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rocksdb: update to 7.9.2.
This commit is contained in:
parent
57a9f0ef94
commit
c31a53435a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rocksdb'
|
# Template file for 'rocksdb'
|
||||||
pkgname=rocksdb
|
pkgname=rocksdb
|
||||||
version=7.7.2
|
version=7.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPORTABLE=1 -DWITH_TESTS=0 -DUSE_RTTI=0 -DWITH_LZ4=1
|
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"
|
license="GPL-2.0-or-later, Apache-2.0, BSD-3-Clause"
|
||||||
homepage="https://github.com/facebook/rocksdb"
|
homepage="https://github.com/facebook/rocksdb"
|
||||||
distfiles="https://github.com/facebook/rocksdb/archive/v${version}.tar.gz"
|
distfiles="https://github.com/facebook/rocksdb/archive/v${version}.tar.gz"
|
||||||
checksum=85ac702405568be4d3ad485fba81b39a5c3de956224c2583528e00ed77cf07fd
|
checksum=886378093098a1b2521b824782db7f7dd86224c232cf9652fcaf88222420b292
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue