Skip to content

Commit

Permalink
[enhance] dependencies: update cairo-ocaml url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Nov 2, 2011
1 parent 8838d96 commit ee7b436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/installation_helper.sh
Expand Up @@ -190,7 +190,7 @@ sources () {
camlidl) echo "http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-1.05.tar.gz";; camlidl) echo "http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-1.05.tar.gz";;
libnatpmp) echo "http://miniupnp.free.fr/files/download.php?file=libnatpmp-20110103.tar.gz";; libnatpmp) echo "http://miniupnp.free.fr/files/download.php?file=libnatpmp-20110103.tar.gz";;
miniupnpc) echo "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.5.20110418.tar.gz";; miniupnpc) echo "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.5.20110418.tar.gz";;
cairo-ocaml) echo "http://cgit.freedesktop.org/cairo-ocaml/snapshot/cairo-ocaml-master.tar.gz";; cairo-ocaml) echo "http://cgit.freedesktop.org/cairo-ocaml/snapshot/cairo-ocaml-1.2.0.tar.gz";;
*) msg_red "Error: don't know about package $1" >&2; exit 2 *) msg_red "Error: don't know about package $1" >&2; exit 2
esac esac
} }
Expand Down

0 comments on commit ee7b436

Please sign in to comment.