diff options
author | Juergen Daubert <jue@jue.li> | 2008-03-14 11:29:53 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-03-14 11:29:53 +0100 |
commit | a117bacf424c46dff8ee5f260ccb5ded28993b56 (patch) | |
tree | 7f4195e4aea354b7abac94e736e6481c5dc5c3a4 /ocaml | |
parent | 2fe27cc658a868f2b5fac2a81c2919fc44547916 (diff) | |
download | opt-a117bacf424c46dff8ee5f260ccb5ded28993b56.tar.gz opt-a117bacf424c46dff8ee5f260ccb5ded28993b56.tar.xz |
ocaml: update to 3.10.2
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/.md5sum | 2 | ||||
-rw-r--r-- | ocaml/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ocaml/.md5sum b/ocaml/.md5sum index 228e395d0..025b820d2 100644 --- a/ocaml/.md5sum +++ b/ocaml/.md5sum @@ -1 +1 @@ -15a8c603b34d466329881285438349ef ocaml-3.10.1.tar.bz2 +d86f8f8aa4574fa60dd6f89044580307 ocaml-3.10.2.tar.bz2 diff --git a/ocaml/Pkgfile b/ocaml/Pkgfile index d99ab8e44..97b731a3e 100644 --- a/ocaml/Pkgfile +++ b/ocaml/Pkgfile @@ -5,8 +5,8 @@ # Depends on: ncurses, gdbm name=ocaml -version=3.10.1 -release=2 +version=3.10.2 +release=1 source=(http://caml.inria.fr/pub/distrib/$name-3.10/$name-$version.tar.bz2) build() { |