mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/wiredtiger to 3.1.0.20180920-1
This commit is contained in:
parent
0afeaabf8b
commit
bd9300ecd3
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=wiredtiger
|
||||
pkgver=3.0.0.20180814
|
||||
_commit=aeeee2053a380ebd2ba90f606a56176737882aad
|
||||
pkgver=3.1.0.20180920
|
||||
_commit=f7763ad374e3537ae0f589f1a17533f6262f12b2
|
||||
pkgrel=1
|
||||
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ url="http://source.wiredtiger.com/"
|
|||
license=('GPL')
|
||||
depends=('snappy' 'lz4' 'zlib' 'gperftools')
|
||||
source=("$pkgname-$_commit.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$_commit.tar.gz")
|
||||
sha512sums=('03c312b5c748843faeceaf2c999c90a92be7f89a1701197cd5cd1a6a7cf5de750f0421e88648fa277c98374ca41a1b63acf5a8707d6181f5f77d13ae364dea64')
|
||||
sha512sums=('466cbc01b6f6f3252b5926d1cd9634ab319da972da06a7924c4cd724d37e13983c42e3fd91a61d5d03e17cc6ff097a31be73a2239b54eaf76ef5ff655dd83889')
|
||||
|
||||
prepare() {
|
||||
mv wiredtiger-{$_commit,$pkgver}
|
||||
|
|
Loading…
Reference in a new issue