diff options
author | Juergen Daubert <jue@jue.li> | 2014-10-24 11:26:42 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-10-24 11:26:42 +0200 |
commit | 48c74dbd2528bbd56ce28f47b0d2afd837c36e9a (patch) | |
tree | da314d90316835456696eb6335bdf7e8176c1d74 /ocaml | |
parent | 1706ded8b2785c478d039313b5ee5e992e6ceff5 (diff) | |
download | opt-48c74dbd2528bbd56ce28f47b0d2afd837c36e9a.tar.gz opt-48c74dbd2528bbd56ce28f47b0d2afd837c36e9a.tar.xz |
ocaml: fix source URL
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/Pkgfile b/ocaml/Pkgfile index 1ee5bcfb0..e802b7037 100644 --- a/ocaml/Pkgfile +++ b/ocaml/Pkgfile @@ -7,7 +7,7 @@ name=ocaml version=4.02.1 release=1 -source=(http://caml.inria.fr/pub/distrib/$name-4.01/$name-$version.tar.xz) +source=(http://caml.inria.fr/pub/distrib/$name-4.02/$name-$version.tar.xz) build() { cd $name-$version |