aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-07-07 18:24:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-07-07 18:41:29 +0200
commit71209d0a482684c0bab9add2c3b35fd581b0aee7 (patch)
tree0eece5582bc3404e1e17a6554a5bc3c51dc12949
parent92fe57ba231c2846b1e442b4a187db7a57ae5b8c (diff)
downloadaports-71209d0a482684c0bab9add2c3b35fd581b0aee7.tar.bz2
aports-71209d0a482684c0bab9add2c3b35fd581b0aee7.tar.xz
testing/ocaml-ounit: upgrade to 2.0.8
-rw-r--r--testing/ocaml-ounit/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/ocaml-ounit/APKBUILD b/testing/ocaml-ounit/APKBUILD
index da44d61de7..ba6f0d3bb2 100644
--- a/testing/ocaml-ounit/APKBUILD
+++ b/testing/ocaml-ounit/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ocaml-ounit
_pkgname=ounit
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=0
pkgdesc="A unit test framework for OCaml"
url="http://ounit.forge.ocamlcore.org/"
@@ -13,7 +13,7 @@ depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="ocaml ocaml-findlib ocaml-ocamlbuild-dev ocamlbuild libxml2-utils"
options="!check" # FIXME: fix tests!
subpackages="$pkgname-dev"
-source="http://forge.ocamlcore.org/frs/download.php/1738/$_pkgname-$pkgver.tar.gz"
+source="https://forge.ocamlcore.org/frs/download.php/1749/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -53,4 +53,4 @@ dev() {
mv *.cmx *.cmxa *.mli "$subpkgdir"/$sitelib/
}
-sha512sums="8691b350c9c9101449ad854e3a16ca9bacec07541286c6e36bd893e869772c8ac66371ecf72950a62a0720c41627ef8f0970d34c9b6e0a2a88fcbc8fe2d25172 ounit-2.0.7.tar.gz"
+sha512sums="7b0c69d8f0baec541b0cccf8d04bc3bd81b7ff8f1addba9e73a7ba2596b475fc79e3472e3870370b6cfe00b4a4b730f6afd524ae4aea7bb3fd518bbe917d9fc7 ounit-2.0.8.tar.gz"