diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-21 14:56:30 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-21 14:56:30 +0000 |
commit | 17a2ccd63fca7ab9aa5e0c4b930f9186576383ae (patch) | |
tree | 4eacd052536f619b82bc30894066e3e934c9c7c8 /testing/monetdb | |
parent | 14c581946135595840c335b322fb52dea9094319 (diff) | |
download | aports-17a2ccd63fca7ab9aa5e0c4b930f9186576383ae.tar.bz2 aports-17a2ccd63fca7ab9aa5e0c4b930f9186576383ae.tar.xz |
testing/monetdb: upgrade to 11.29.7
Diffstat (limited to 'testing/monetdb')
-rw-r--r-- | testing/monetdb/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/monetdb/APKBUILD b/testing/monetdb/APKBUILD index 644156bb50..3769f1fc65 100644 --- a/testing/monetdb/APKBUILD +++ b/testing/monetdb/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com> pkgname=monetdb _pkgname=MonetDB -pkgver=11.27.5 +pkgver=11.29.7 pkgrel=0 pkgdesc="Column-oriented database management system" url="https://www.monetdb.org/Home" @@ -10,7 +10,7 @@ arch="all" license="MPL-1.1" makedepends="musl-dev gcc bison make python libressl-dev libxml2-dev xz-dev bzip2-dev lz4-dev readline-dev snappy-dev curl-dev pcre-dev unixodbc-dev libatomic_ops-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.monetdb.org/downloads/sources/Jul2017-SP1/$_pkgname-$pkgver.tar.xz +source="https://www.monetdb.org/downloads/sources/Mar2018-SP1/$_pkgname-$pkgver.tar.xz fix-definitions-musl.patch" builddir="$srcdir/$_pkgname-$pkgver" @@ -33,5 +33,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8e5ea7e010a3e336a2524ff63d0a0f9075cdaa290446dc87ee084701482fcce1c1e6069070af1cca438e43815fd238dc7486859c5a74b211651dee25a9c79459 MonetDB-11.27.5.tar.xz +sha512sums="63597993942e6d271eb26a9301692e75c26e0d8b63361d0942479097ab8bf90135b3e66cb24247989773d97b649039f49411b04d80a942db9610a0242e7a39b6 MonetDB-11.29.7.tar.xz c705b33fecfdfc503621960bccf0bd03af66e9c2d213538daf8e59c2c351c6f98ddfd7325df6036d3de71d156953a21d19c10cbadd4a8b8de63297bdc1d86198 fix-definitions-musl.patch" |