Skip to content

Commit 9583284

Browse files
authored
plebeia-2.0.0: use opam-source-archive
Currently fails with `OpamSolution.Fetch_fail("https://gitlab.com/dailambda/plebeia/-/archive/2.0.0/plebeia-2.0.0.tar.gz (Bad checksum, expected md5=f528f42d3e72d400265eb6bc51901fca)")`
1 parent 2774a4c commit 9583284

File tree

1 file changed

+2
-2
lines changed
  • packages/plebeia/plebeia.2.0.0

1 file changed

+2
-2
lines changed

packages/plebeia/plebeia.2.0.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ build: ["dune" "build" "-p" name "-j" jobs]
2525
dev-repo: "git+https://gitlab.com/dailambda/plebeia/"
2626
url {
2727
src:
28-
"https://gitlab.com/dailambda/plebeia/-/archive/2.0.0/plebeia-2.0.0.tar.gz"
28+
"https://github.com/ocaml/opam-source-archives/raw/main/plebeia-2.0.0.tar.gz"
2929
checksum: [
3030
"md5=f528f42d3e72d400265eb6bc51901fca"
3131
"sha512=6cf070b2f1ea2e570a106b231a7e8e40c64c91c5a7abeddf072a5c413e74d5d9dd9b7df674cca559ddb33cabc9c0ec0b3a001306397d11b62888aac4cca9fd7e"
3232
]
33-
}
33+
}

0 commit comments

Comments
 (0)