diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-29 13:58:15 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-30 00:34:23 +0200 |
commit | c5478e6238db0de65e393f09a9240d36251cc081 (patch) | |
tree | f9bce856198d6219416dde3b91d9f23196f1499d /community/ocaml | |
parent | 242c52b74bb5d9bbee5e81d08065b2124d2be81b (diff) | |
download | aports-c5478e6238db0de65e393f09a9240d36251cc081.tar.bz2 aports-c5478e6238db0de65e393f09a9240d36251cc081.tar.xz |
community/ocaml: upgrade to 4.04.2
Diffstat (limited to 'community/ocaml')
-rw-r--r-- | community/ocaml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 31ccdce8a7..4cc5729292 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Borys Zhukov <mp5@mp5.im> # Maintainer: Borys Zhukov <mp5@mp5.im> pkgname=ocaml -pkgver=4.04.1 +pkgver=4.04.2 pkgrel=0 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" @@ -56,7 +56,7 @@ package() { find "$pkgdir"/usr/lib/ocaml -name \*.ml -delete } -sha512sums="e7ecbd661026d1bb3dfb0416adb15a842514d3b76e85f8b0daa921b10e5773b7d99059fb038c0abd34ff150e4c82d0906c45f2fe2bc2569b0e8798d532c9e173 ocaml-4.04.1.tar.gz +sha512sums="c02e9353e8e62154ca683027c005154a7f280034d1ec9184ee52286d4a41852ba70f4ec976c01e07720f3c75e949da049eafc553e7a35ebaa65136e29ab248f5 ocaml-4.04.2.tar.gz 71ac807fb1173863b9dcf8e5fb4e651e0155d6cd0e4b327f5457b83fc09e1b5fbe34150c5d8ccd24f0faff1a8419f5ed8310aa60af1f38c2766ccc37dc6c3835 010_all_execstacks.patch 286758402517a1345556d374b0c3fc49eb93f1ec2bb9ccd2ffe1cc043f59d93b154f68eb9ff410020a15d3d8f148b27f249b7f97954b0e8a080cdd32d6014b4a 020_all_configure.patch 61d9cae6c8be7c16ed4aa6fafc533e2879caadbbe0e023775c1d735c0e54e66e94b9ffab8dc0b0b12c19ccf5c389e05f62af822014d202ae54c52943a0639753 050_all_objinfoldflags.patch |