summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Khuzhin2019-08-18 13:47:07 +0300
committerAzat Khuzhin2019-08-18 13:47:07 +0300
commit4b58a90a6006b4b672caa20db65dee7d1295af76 (patch)
tree0e353c28cfd3a9c89dbe75160aee5f831378fa2d /PKGBUILD
parent6b423bd3e0f9a482430220cef8761c55e89906f5 (diff)
downloadaur-4b58a90a6006b4b672caa20db65dee7d1295af76.tar.gz
Bump version to 6.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2618cad52bee..c77ae11a4a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rocksdb-release
-pkgver=6.0.2
+pkgver=6.2.2
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=('51d219845310cb42f903d7865eeb00874253ad76b81c2982c1d6d98111bebd6d')
+sha256sums=('1f12c94e011a86f4ed11d56b59f055fa5196079b34942ce97b4840428003e1a7')
provides=(rocksdb)
conflicts=(rocksdb)