summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2018-05-28 17:24:47 -0400
committerTony Lambiris2018-05-28 17:24:47 -0400
commit8c945c668e605e465a614365886a19fafae67cc2 (patch)
treee95774b9fdf0372c7aee951ce17b1000568f6f52 /PKGBUILD
parente627dc5a52da10bdcaa3715c779a68ff97c198a6 (diff)
downloadaur-8c945c668e605e465a614365886a19fafae67cc2.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f933cc4a9ab..65748764b1e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony <tony@criticalstack.com>
pkgname=rocksdb-static
-pkgver=5.13.1
+pkgver=5.13.2
pkgrel=1
pkgdesc='Embedded key-value store for fast storage (static library)'
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ depends=(gperftools zlib bzip2 lz4 snappy gcc-libs)
checkdepends=(python2)
source=(https://github.com/facebook/rocksdb/archive/v$pkgver.zip
fix-gcc-8-warnings.patch)
-sha256sums=('f0f5e3b7623ab7a7a13c407d8c00f6ddbef94be619742f3fcfef7ca5eceed915'
+sha256sums=('870b6e72a7aa91800abeff418be1bf025813df09663a2d06190910bbf4b44ff1'
'2c5d96fbf1638d899da84b4a80ad3c6060b774ed80148f443ae40672d31df9d3')
prepare() {