mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/wiredtiger to 3.0.0.20180406-1
This commit is contained in:
parent
4d024d66f1
commit
f552947afd
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=wiredtiger
|
||||
pkgver=2.9.3.20171205
|
||||
_commit=d8f244717b6338063e0c20628bfa4bb65a821e0c
|
||||
pkgrel=2
|
||||
pkgver=3.0.0.20180406
|
||||
_commit=1e889a7c966f63c15eadf9b3e7b48247d50ab14c
|
||||
pkgrel=1
|
||||
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
||||
arch=('x86_64')
|
||||
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=('872356c0036102370e680238b4cbafc90d0eb16549fc6d09158a79d16dd8d6eef7f1e25eff8239476d92ad14d75ef19d78bd8b1ac5a0dc5bfea9a98326107c0a')
|
||||
sha512sums=('28c4ed65b7bcafd59e526f9213fe39380ebdced94943e26c60c1e66ab1605b3b5efcb6f2903f59d1b0f81d789b676a1e07e2fe798cdc55778793eac2e4923410')
|
||||
|
||||
prepare() {
|
||||
mv wiredtiger-{$_commit,$pkgver}
|
||||
|
|
Loading…
Reference in a new issue