Skip to content

Commit 44443c9

Browse files
committed
Bump vendored dependency ocaml-mccs to 1.1+16
1 parent db9ce19 commit 44443c9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

master_changes.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ users)
6363
## VCS
6464

6565
## Build
66+
### Dependencies
67+
* Bump mccs to 1.1+16 [#5510 @rjbou]
6668

6769
## Infrastructure
6870

opam-solver.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
depends: [
3131
"ocaml" {>= "4.08.0"}
3232
"opam-format" {= version}
33-
"mccs" {>= "1.1+9"}
33+
"mccs" {>= "1.1+16"}
3434
"dose3" {>= "6.1"}
3535
"cudf" {>= "0.7"}
3636
"re" {>= "1.9.0"}

src_ext/Makefile.sources

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ MD5_dose3 = bc99cbcea8fca29dca3ebbee54be45e1
3838

3939
$(call PKG_SAME,dose3)
4040

41-
URL_mccs = https://github.com/AltGr/ocaml-mccs/archive/1.1+14.tar.gz
42-
MD5_mccs = 9bfa9ff1eb3948403d44521e4e71933a
41+
URL_mccs = https://github.com/ocaml-opam/ocaml-mccs/archive/1.1+16.tar.gz
42+
MD5_mccs = 4446765f76586baee995c53c2701974b
4343

4444
$(call PKG_SAME,mccs)
4545

0 commit comments

Comments
 (0)