Skip to content

Commit

Permalink
Update opam-format to pin the good opam-file-format branch + travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Oct 12, 2020
1 parent 7b6e51a commit 5d377a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion opam-format.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ build: [
depends: [
"ocaml" {>= "4.02.3"}
"opam-core" {= version}
"opam-file-format" {>= "2.0.0~rc2"}
"opam-file-format" {>= "2.3.0"}
"dune" {>= "1.5.0"}
]
pin-depends: ["opam-file-format.2.3.0" "git+https://github.com/rjbou/opam-file-format#endpos"]
4 changes: 2 additions & 2 deletions src_ext/Makefile.sources
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ MD5_mccs = 9c0038d0e945f742b9320a662566288b

$(call PKG_SAME,mccs)

URL_opam-file-format = https://github.com/ocaml/opam-file-format/archive/2.0.0.tar.gz
MD5_opam-file-format = d7852cb63df0f442bed14ba2c5740135
URL_opam-file-format = https://github.com/rjbou/opam-file-format/archive/endpos.tar.gz
MD5_opam-file-format = c41be9377616a4291319c8ded1cf8ad4

$(call PKG_SAME,opam-file-format)

Expand Down

0 comments on commit 5d377a0

Please sign in to comment.