From f935ead6548ef7dd5b11042d37805db27f43ada2 Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Wed, 7 Jun 2023 13:04:55 +0200 Subject: [PATCH] cohttp 2.5.8: correct archive url --- packages/cohttp-async/cohttp-async.2.5.8/opam | 2 +- packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.8/opam | 2 +- packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.8/opam | 2 +- packages/cohttp-lwt/cohttp-lwt.2.5.8/opam | 2 +- packages/cohttp-mirage/cohttp-mirage.2.5.8/opam | 2 +- packages/cohttp-top/cohttp-top.2.5.8/opam | 2 +- packages/cohttp/cohttp.2.5.8/opam | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cohttp-async/cohttp-async.2.5.8/opam b/packages/cohttp-async/cohttp-async.2.5.8/opam index 8311ec23ee6..10958d33e90 100644 --- a/packages/cohttp-async/cohttp-async.2.5.8/opam +++ b/packages/cohttp-async/cohttp-async.2.5.8/opam @@ -51,7 +51,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.8/opam b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.8/opam index 7626d09c28f..cb0e699a885 100644 --- a/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.8/opam +++ b/packages/cohttp-lwt-jsoo/cohttp-lwt-jsoo.2.5.8/opam @@ -39,7 +39,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.8/opam b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.8/opam index fa5662f9f92..31dcf316801 100644 --- a/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.8/opam +++ b/packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.8/opam @@ -45,7 +45,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp-lwt/cohttp-lwt.2.5.8/opam b/packages/cohttp-lwt/cohttp-lwt.2.5.8/opam index 820b9c0b725..d7d2472426a 100644 --- a/packages/cohttp-lwt/cohttp-lwt.2.5.8/opam +++ b/packages/cohttp-lwt/cohttp-lwt.2.5.8/opam @@ -41,7 +41,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp-mirage/cohttp-mirage.2.5.8/opam b/packages/cohttp-mirage/cohttp-mirage.2.5.8/opam index b013091046e..ac9eb872f17 100644 --- a/packages/cohttp-mirage/cohttp-mirage.2.5.8/opam +++ b/packages/cohttp-mirage/cohttp-mirage.2.5.8/opam @@ -40,7 +40,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp-top/cohttp-top.2.5.8/opam b/packages/cohttp-top/cohttp-top.2.5.8/opam index 73816e8defd..49d65c6f2f8 100644 --- a/packages/cohttp-top/cohttp-top.2.5.8/opam +++ b/packages/cohttp-top/cohttp-top.2.5.8/opam @@ -33,7 +33,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768" diff --git a/packages/cohttp/cohttp.2.5.8/opam b/packages/cohttp/cohttp.2.5.8/opam index 2da14f8d5b5..e41475c1f67 100644 --- a/packages/cohttp/cohttp.2.5.8/opam +++ b/packages/cohttp/cohttp.2.5.8/opam @@ -56,7 +56,7 @@ build: [ dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" url { src: - "https://github.com/mirage/ocaml-cohttp/releases/download/2.5.8/cohttp-2.5.8.tbz" + "https://github.com/mirage/ocaml-cohttp/releases/download/v2.5.8/cohttp-2.5.8.tbz" checksum: [ "sha256=2722477d1f5bb09e841debc125c30ff44f1b20cf8894b68cb48f2b6de092d25a" "sha512=ce934a24c0e1eaf5dc674927b45277d461a13757d4c165a4a11811f9eb7b11b78b4560792ca430734d4e3a5b8791eee887d4eab2a0e9e30aa4a5864e833dd768"