diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 17:07:46 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-02-02 19:43:13 +0100 |
commit | 22ed754ac9ae080b26e65e2807c799251eaa09e2 (patch) | |
tree | 58f982b1ea07978cd7c786ad76dcc9d5ccaf322b | |
parent | d085898900261e780a2d5fa655e3047e63e315b3 (diff) | |
download | aports-22ed754ac9ae080b26e65e2807c799251eaa09e2.tar.bz2 aports-22ed754ac9ae080b26e65e2807c799251eaa09e2.tar.xz |
community/ocamlbuild: upgrade to 0.14.0
-rw-r--r-- | community/ocamlbuild/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 7dc77e3227..47708c7ce6 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Anil Madhavapeddy <anil@recoil.org> pkgname=ocamlbuild -pkgver=0.13.1 -pkgrel=3 +pkgver=0.14.0 +pkgrel=0 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs" options="!check" url="https://github.com/ocaml/ocamlbuild" @@ -63,4 +63,4 @@ _submv() { rmdir -p "$pkgdir"/${path%/*} 2>/dev/null || true } -sha512sums="ca22c4dfb9ddf20a5b0010a3df13495c8baf05fa6d660ea8ced2df86448bdc411d8231ffd05fb5fbfe96882e524a352cea555da3b97c16e9505b7520b96fa7b7 ocamlbuild-0.13.1.tar.gz" +sha512sums="ae60247396399dfd35644c8c1986ef7679e5a9964df82e3388bfc6dd4c5b88a13d6869a698d14a9ac70dc48e4ce1c003f543c85426d8c862ca31dea37a554b07 ocamlbuild-0.14.0.tar.gz" |