aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monetdb
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-21 06:47:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-21 07:15:54 -0300
commitb64c44b02f69aee2867b18738ca8965ae3407488 (patch)
tree62d60498e2023a14dc3e9a2a3a545bf23453c4b1 /testing/monetdb
parent867ff5300d28df9315dcc69474b3c9e92e7a98eb (diff)
downloadaports-b64c44b02f69aee2867b18738ca8965ae3407488.tar.bz2
aports-b64c44b02f69aee2867b18738ca8965ae3407488.tar.xz
testing/monetdb: upgrade to 11.33.11
Diffstat (limited to 'testing/monetdb')
-rw-r--r--testing/monetdb/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/monetdb/APKBUILD b/testing/monetdb/APKBUILD
index c95bcb0249..bd1ba1762b 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.31.13
+pkgver=11.33.11
pkgrel=0
pkgdesc="Column-oriented database management system"
url="https://www.monetdb.org/Home"
@@ -15,7 +15,6 @@ source="https://www.monetdb.org/downloads/sources/archive/$_pkgname-$pkgver.tar.
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -24,14 +23,12 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="3ff67f09045813dcbfa89b18e408c02b04b883685e55ff4a96b69d617059ab23dfa80c3ac707f1ac4207ae895c9b92234aee3df930b6ed8ada5ff8752915b338 MonetDB-11.31.13.tar.xz
+sha512sums="1f841a9c5455faf14840608ddb570d70374989c2371a6dcb9044c3e66f4de722f123bd89adca28e3193ecbbe16fb4fd184ee622ce47fbb59076d230c14b18b4f MonetDB-11.33.11.tar.xz
c705b33fecfdfc503621960bccf0bd03af66e9c2d213538daf8e59c2c351c6f98ddfd7325df6036d3de71d156953a21d19c10cbadd4a8b8de63297bdc1d86198 fix-definitions-musl.patch"