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 Aug 20, 2020
1 parent 729b2d3 commit 4f5a7ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions opam-format.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opam-version: "1.2"
opam-version: "2.0"
version: "2.1.0~alpha3"
maintainer: "opam-devel@lists.ocaml.org"
authors: [
Expand All @@ -15,14 +15,15 @@ authors: [
]
homepage: "https://opam.ocaml.org/"
bug-reports: "https://github.com/ocaml/opam/issues"
dev-repo: "https://github.com/ocaml/opam.git"
dev-repo: "git+https://github.com/ocaml/opam.git"
build: [
["./configure" "--disable-checks" "--prefix" prefix]
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"opam-core" {= version}
"opam-file-format" {>= "2.0.0~rc2"}
"opam-file-format" {>= "2.1.0"}
"dune" {>= "1.5.0"}
]
available: ocaml-version >= "4.02.3"
pin-depends: ["opam-file-format.2.1.0" "git+https://github.com/rjbou/opam-file-format#endpos"]
synopsis: "Opam"
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 = 88c7beb3bde643a3aad04df0f7bbca38

$(call PKG_SAME,opam-file-format)

Expand Down

0 comments on commit 4f5a7ba

Please sign in to comment.