summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Khuzhin2019-03-17 18:47:28 +0300
committerAzat Khuzhin2019-03-17 18:47:36 +0300
commitacd4318af13ee3a7b86f554030fd383905012530 (patch)
tree33931bb9b2957d665deaf2cb870837fcd1c16fc2 /PKGBUILD
parentd6e5e06bce412287a2c69f4cadebc1c1c7c878e1 (diff)
downloadaur-acd4318af13ee3a7b86f554030fd383905012530.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81a2a1ad5025..d2af0255f20b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rocksdb-release
-pkgver=5.15.10
+pkgver=5.18.3
pkgrel=1
pkgdesc='Embedded key-value store for fast storage'
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ depends=(
makedepends=('gcc' 'make')
checkdepends=(python2)
source=(https://github.com/facebook/rocksdb/archive/v$pkgver.zip)
-sha256sums=('16356771775376b50e5cd4e7a185e84f398493183d375ff14cd6d396cdae6ea0')
+sha256sums=('4d86973cd9f034b95f7b03fe513feee5cf089ebbe34d4a83f59fdbb7c59f3ae3')
provides=(rocksdb)
conflicts=(rocksdb)