Skip to content

Commit fb96181

Browse files
authored
Merge pull request #28332 from jmid/fix-bad-checksums
Fix bad checksums in osh and opam-custom-install
2 parents fceca5a + 145daf3 commit fb96181

File tree

3 files changed

+3
-3
lines changed
  • packages
    • opam-custom-install
      • opam-custom-install.0.1
      • opam-custom-install.0.2
    • osh/osh.0.1

3 files changed

+3
-3
lines changed

packages/opam-custom-install/opam-custom-install.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flags: plugin
1818
authors: "Louis Gesbert <[email protected]>"
1919
url {
2020
src:
21-
"https://gitlab.ocamlpro.com/louis/opam-custom-install/-/archive/0.1/opam-custom-install-0.1.tar.gz"
21+
"https://github.com/ocaml/opam-source-archives/raw/main/opam-custom-install-0.1.tar.gz"
2222
checksum: [
2323
"md5=10b50105cc11e93efb9654c73e0db3f1"
2424
"sha512=87638e6da2963d7892f2b386a333f65ed769169267f9a6919dfa2a359b260c47a399969bb49f7948776553eb53f6159dabc4e160a90691cdc73b9861d5458eab"

packages/opam-custom-install/opam-custom-install.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flags: plugin
1818
authors: "Louis Gesbert <[email protected]>"
1919
url {
2020
src:
21-
"https://gitlab.ocamlpro.com/louis/opam-custom-install/-/archive/0.2/opam-custom-install-0.2.tar.gz"
21+
"https://github.com/ocaml/opam-source-archives/raw/main/opam-custom-install-0.2.tar.gz"
2222
checksum: [
2323
"md5=82f4b7100bfee1744a3982cccbab5d20"
2424
"sha512=76a09a4a12905016f28661c1e2ada8407c9e2f21aee423ea46fb1ba90171c411831496e4126606486be61a042167c4067bca13e0ad4a7dbe850f8a71721aa874"

packages/osh/osh.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build: [
3636
]
3737
dev-repo: "git+https://gitlab.ocamlpro.com/OCamlPro/osh.git"
3838
url {
39-
src: "https://gitlab.ocamlpro.com/OCamlPro/osh/-/archive/0.1/osh-0.1.tar.bz2"
39+
src: "https://github.com/ocaml/opam-source-archives/raw/main/osh-0.1.tar.bz2"
4040
checksum: [
4141
"sha256=c5c6509d36e50715bb0bb90d54375a2fc618a7010c8c79c4663d8ffd5b5fde22"
4242
"sha512=cceaa356636ba8ca75e855c5f580e44d43e5cdf8cccf10293fcdad14bedffb35587896f55867f73bbd1c7804d229b9d8d2422eb3165eb8ff5d38064deb0b7d6c"

0 commit comments

Comments
 (0)