mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/wiredtiger to 3.0.0.20180501-1
This commit is contained in:
parent
57632e2c4a
commit
d3d43e4b7a
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
buildarch=8
|
buildarch=8
|
||||||
|
|
||||||
pkgname=wiredtiger
|
pkgname=wiredtiger
|
||||||
pkgver=3.0.0.20180406
|
pkgver=3.0.0.20180501
|
||||||
_commit=1e889a7c966f63c15eadf9b3e7b48247d50ab14c
|
_commit=739995ca1e8f396b5de112360f4a8d3e9867fc0b
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -17,7 +17,7 @@ url="http://source.wiredtiger.com/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('snappy' 'lz4' 'zlib' 'gperftools')
|
depends=('snappy' 'lz4' 'zlib' 'gperftools')
|
||||||
source=("$pkgname-$_commit.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$_commit.tar.gz")
|
source=("$pkgname-$_commit.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$_commit.tar.gz")
|
||||||
sha512sums=('28c4ed65b7bcafd59e526f9213fe39380ebdced94943e26c60c1e66ab1605b3b5efcb6f2903f59d1b0f81d789b676a1e07e2fe798cdc55778793eac2e4923410')
|
sha512sums=('bf19eea5b6eafb1e6accddd81caca7fc8857e5b16a99d92e8db7cf17ad6d36077fc77138f6bfccfffd9d45fa773e15346ee1565f293e72e7098dec71499b8bf1')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mv wiredtiger-{$_commit,$pkgver}
|
mv wiredtiger-{$_commit,$pkgver}
|
||||||
|
|
Loading…
Reference in a new issue