Skip to content

Commit

Permalink
Change caml.inria.fr to github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelvers committed Jun 18, 2024
1 parent 62ad0c2 commit bfa86fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shell/bootstrap-ocaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ fi
if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
tar -zxf ${V}.tar.gz
else
mkdir -p ${V}
mkdir -p ocaml-${V}
fi
cd ${V}
cd ocaml-${V}
PATH_PREPEND=
LIB_PREPEND=
INC_PREPEND=
Expand Down Expand Up @@ -130,7 +130,7 @@ if [ -n "$1" -a -n "${COMSPEC}" -a -x "${COMSPEC}" ] ; then
if [ ! -e ${FLEXDLL} ]; then
cp $BOOTSTRAP_ROOT/src_ext/archives/${FLEXDLL} . 2>/dev/null || ${CURL} ${FV_URL}
fi
cd ${V}
cd ocaml-${V}
PREFIX=`cd .. ; pwd`/ocaml
WINPREFIX=`echo ${PREFIX} | cygpath -f - -m`
if [ ${GEN_CONFIG_ONLY} -eq 0 ] ; then
Expand Down
4 changes: 2 additions & 2 deletions src_ext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ endif

PATCH ?= patch

URL_ocaml = https://caml.inria.fr/pub/distrib/ocaml-4.14/ocaml-4.14.2.tar.gz
MD5_ocaml = f2fa20be4eea01f837b3556ff282d9b0
URL_ocaml = https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz
MD5_ocaml = b28daefda803b5d5910cecf085b1451c

URL_flexdll = https://github.com/ocaml/flexdll/archive/0.43.tar.gz
MD5_flexdll = 6ce706f6c65b2c5adf5791fac678f090
Expand Down

0 comments on commit bfa86fc

Please # to comment.