mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/wiredtiger to 3.1.0.20181030-1
This commit is contained in:
parent
a9fb0caab7
commit
97baffc1f6
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=wiredtiger
|
||||
pkgver=3.1.0.20180920
|
||||
_commit=f7763ad374e3537ae0f589f1a17533f6262f12b2
|
||||
pkgver=3.1.0.20181030
|
||||
_commit=231a81ea33bf2ecfb084099ff9af434548d15d54
|
||||
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=('466cbc01b6f6f3252b5926d1cd9634ab319da972da06a7924c4cd724d37e13983c42e3fd91a61d5d03e17cc6ff097a31be73a2239b54eaf76ef5ff655dd83889')
|
||||
sha512sums=('f38e43624d93799d92829fe59c7635a84e30ded0eb1474b90ef98da94f793d3ce9840a6cee690a71e96ae1f2d4c2a256c37c387e6907076d8c21a0bed13b0191')
|
||||
|
||||
prepare() {
|
||||
mv wiredtiger-{$_commit,$pkgver}
|
||||
|
|
Loading…
Reference in a new issue