Skip to content

Commit 79e3908

Browse files
OlivierNicolenberth
authored andcommitted
Use backport onto 5.1.0-rc3 rather than rc2
1 parent 84d9b79 commit 79e3908

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ocaml-variants/ocaml-variants.5.1.0~rc2+tsan/files/ocaml-variants.install renamed to packages/ocaml-variants/ocaml-variants.5.1.0~rc3+tsan/files/ocaml-variants.install

File renamed without changes.

packages/ocaml-variants/ocaml-variants.5.1.0~rc2+tsan/opam renamed to packages/ocaml-variants/ocaml-variants.5.1.0~rc3+tsan/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
opam-version: "2.0"
22
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
3-
synopsis: "OCaml 5.1.0 release candidate 2, with ThreadSanitizer support"
3+
synopsis: "OCaml 5.1.0 release candidate 3, with ThreadSanitizer support"
44
maintainer: "platform@lists.ocaml.org"
55
authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"]
66
homepage: "https://github.com/ocaml/ocaml"
77
bug-reports: "https://github.com/ocaml/ocaml"
8-
dev-repo: "git+https://github.com/ocaml-multicore/ocaml-tsan.git#5.1.0-rc2+tsan"
8+
dev-repo: "git+https://github.com/ocaml-multicore/ocaml-tsan.git#5.1.0-rc3+tsan"
99
depends: [
1010
"ocaml" {= "5.1.0" & post}
1111
"base-unix" {post}
@@ -44,8 +44,8 @@ build: [
4444
]
4545
install: [make "install"]
4646
url {
47-
src: "https://github.com/ocaml-multicore/ocaml-tsan/archive/5.1.0-rc2+tsan.tar.gz"
48-
checksum: "sha256=ef64e5dd1f4d0890642da0f081ca81b39ab9cc0befdc7c23fdbe5983b0f21d98"
47+
src: "https://github.com/ocaml-multicore/ocaml-tsan/archive/5.1.0-rc3+tsan.tar.gz"
48+
checksum: "sha256=d5b80d65ace8912f060b14d552b06ea1df9ef28f0cd0e70a951bb5398fb0d491"
4949
}
5050
extra-files: ["ocaml-variants.install" "md5=3e969b841df1f51ca448e6e6295cb451"]
5151
post-messages: [

0 commit comments

Comments
 (0)