Skip to content

Commit

Permalink
Update to Dune beta19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Mar 23, 2018
1 parent 2138c6f commit 7d745e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ init-bootstrap () {
if [ "$OPAM_TEST" = "1" ]; then
opam switch create $OPAMBSSWITCH ocaml-system
eval $(opam env)
opam pin add jbuilder --kind=version '1.0+beta18.1' --no-action --yes
opam install cohttp-lwt-unix ssl cmdliner dose3 opam-file-format re 'jbuilder>=1.0+beta18' 'mccs>=1.1+5' --yes
fi
rm -f "$OPAMBSROOT"/log/*
Expand Down
4 changes: 2 additions & 2 deletions src_ext/Makefile.sources
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ MD5_result = 4beebefd41f7f899b6eeba7414e7ae01

$(call PKG_SAME,result)

URL_jbuilder = https://github.com/ocaml/dune/releases/download/1.0+beta18.1/jbuilder-1.0.beta18.1.tbz
MD5_jbuilder = 81571d6761fb19ba9f9b62572d05da16
URL_jbuilder = https://github.com/ocaml/dune/releases/download/1.0+beta19.1/jbuilder-1.0.beta19.1.tbz
MD5_jbuilder = 456b4aa804d46d84d132230b3db9ff4a

$(call PKG_SAME,jbuilder)

Expand Down

0 comments on commit 7d745e2

Please sign in to comment.