aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-03 14:46:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-03 14:46:23 +0000
commit657d655feebe3a392ba67e37d99b8bc973b92b30 (patch)
treed61fd77cbde2199e888e817553aba71b858b1a4d /community/ocaml
parentf208ab291c387d1c1d3961bbaf6c00705ea9e123 (diff)
downloadaports-657d655feebe3a392ba67e37d99b8bc973b92b30.tar.bz2
aports-657d655feebe3a392ba67e37d99b8bc973b92b30.tar.xz
community/ocaml: upgrade to 4.04.0 and enable on arm
we remove the -fno-pie flag as it made things break on arm
Diffstat (limited to 'community/ocaml')
-rw-r--r--community/ocaml/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD
index 74daf57d4f..0878e2135d 100644
--- a/community/ocaml/APKBUILD
+++ b/community/ocaml/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Borys Zhukov <mp5@mp5.im>
# Maintainer: Borys Zhukov <mp5@mp5.im>
pkgname=ocaml
-pkgver=4.03.0
+pkgver=4.04.0
pkgrel=0
pkgdesc="Main implementation of the Caml programming language"
url="http://caml.inria.fr"
-arch="all !x86 !armhf"
+arch="all !x86"
license="LGPLv2"
makedepends="ncurses-dev zlib-dev gdbm-dev"
install=""
@@ -61,15 +61,15 @@ package() {
find "$pkgdir"/usr/lib/ocaml -name \*.ml -delete
}
-md5sums="43812739ea1b4641cf480f57f977c149 ocaml-4.03.0.tar.gz
+md5sums="496f99822133bb905171bae8f64b7be4 ocaml-4.04.0.tar.gz
08f8697f0c9aca620fb946418cd7272e 010_all_execstacks.patch
6e11ac70d23a21d9b38ac6b30cecc243 020_all_configure.patch
6d63f3e63a4bd533fd1884e78a6de2ba 050_all_objinfoldflags.patch"
-sha256sums="7fdf280cc6c0a2de4fc9891d0bf4633ea417046ece619f011fd44540fcfc8da2 ocaml-4.03.0.tar.gz
+sha256sums="cb63486f6cb837a5a57ab93e4c429551127561d0da61b7712116769a6a8322de ocaml-4.04.0.tar.gz
a32653d95498bdbdec4595d2d93270d6719b5512d7f0c2787fc216699aa5bc23 010_all_execstacks.patch
747c8a48b5988776d1b0e9cbbf77b9dac63315d17854e9202b150362c16054e7 020_all_configure.patch
59c2bf7465bfc44ca5b984ba84a25341b2b7b7aae2c5019c1e3d3f26aeb22766 050_all_objinfoldflags.patch"
-sha512sums="91d5c0b2fcc52fc05be64bf54d3c7be8d77ee754e847907909d4e123c1d00c9f62523770d56bb81f80200f75ec53ab874e031ce46f7b437febbd3a8e6800e2ca ocaml-4.03.0.tar.gz
+sha512sums="ad69a42d4ff525d85f472a60ea5d565163698b2929cf0f35a33df7f724958c1b6d3aff57dfcfdc3aa6619807c626e756058cf935e74776ece9e7e984f0b3c418 ocaml-4.04.0.tar.gz
71ac807fb1173863b9dcf8e5fb4e651e0155d6cd0e4b327f5457b83fc09e1b5fbe34150c5d8ccd24f0faff1a8419f5ed8310aa60af1f38c2766ccc37dc6c3835 010_all_execstacks.patch
286758402517a1345556d374b0c3fc49eb93f1ec2bb9ccd2ffe1cc043f59d93b154f68eb9ff410020a15d3d8f148b27f249b7f97954b0e8a080cdd32d6014b4a 020_all_configure.patch
61d9cae6c8be7c16ed4aa6fafc533e2879caadbbe0e023775c1d735c0e54e66e94b9ffab8dc0b0b12c19ccf5c389e05f62af822014d202ae54c52943a0639753 050_all_objinfoldflags.patch"