aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocamlbuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-01-09 16:10:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-01-09 16:10:52 +0000
commitb58a15a468e75bd0783d93e12b2498681bbf9ae2 (patch)
treee75cf998d3b74607cf35efdcddc3a31d4d8d1960 /community/ocamlbuild
parent83b486cf558ba3bd0a3d139fdc338b84facd1917 (diff)
downloadaports-b58a15a468e75bd0783d93e12b2498681bbf9ae2.tar.bz2
aports-b58a15a468e75bd0783d93e12b2498681bbf9ae2.tar.xz
community/ocamlbuild: revert to 0.9
the 0.10 had unexpected breakcakge of backwards compatibility: https://github.com/ocaml/opam-repository/pull/8156#issuecomment-269225735
Diffstat (limited to 'community/ocamlbuild')
-rw-r--r--community/ocamlbuild/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD
index 179e279f72..8ac5d2ddb3 100644
--- a/community/ocamlbuild/APKBUILD
+++ b/community/ocamlbuild/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jon Ong <jonongjs@rottenmage.com>
# Maintainer: Anil Madhavapeddy <anil@recoil.org>
pkgname=ocamlbuild
-pkgver=0.10.1
+pkgver=0.9.3
pkgrel=0
pkgdesc="Generic build tool with built-in rules for building OCaml library and programs."
url="https://github.com/ocaml/ocamlbuild"
@@ -11,7 +11,7 @@ depends=""
makedepends="ocaml"
options=""
install=""
-subpackages="$pkgname-doc"
+subpackages=""
source="${pkgname}-${pkgver}.tar.gz::https://github.com/ocaml/ocamlbuild/archive/${pkgver}.tar.gz"
@@ -30,6 +30,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="000d2ebad1333f9afcccdcd68c19f14d ocamlbuild-0.10.1.tar.gz"
-sha256sums="2603be3709634b6191dd00627213cff56f15200f2d0a24e0af58a18a0580b71e ocamlbuild-0.10.1.tar.gz"
-sha512sums="6d74bdce7fe147bf1a5fd570b569925b36b5f443c7251d1c13a0525e3086417b393a768722bf7d4b23a7e3178b0b3c2511499725c5a755d69783b8d555663e3b ocamlbuild-0.10.1.tar.gz"
+md5sums="d5ba7ee06a51a3333f2168cd431df4ae ocamlbuild-0.9.3.tar.gz"
+sha256sums="32e4824906888c61244909eab0d2c22d31f18fc9579873a070a4cf7947c2c0a9 ocamlbuild-0.9.3.tar.gz"
+sha512sums="49ab3a13d48f8f554c85ebc8ce9cbc5a5e63112c2d50215a6f4be78cc21c6e93bd5d657ea45584cfbfa00d182d99adad0fbb706e8121b71ea3ecf4830fd947dd ocamlbuild-0.9.3.tar.gz"