Skip to content

Commit 5921904

Browse files
authored
Merge pull request #28407 from jmid/shuttle_http-404
Fix shuttle_http.0.11.0 and shuttle_websocket.0.11.0 404s
2 parents 5c7ac19 + 1178100 commit 5921904

File tree

2 files changed

+2
-2
lines changed
  • packages
    • shuttle_http/shuttle_http.0.11.0
    • shuttle_websocket/shuttle_websocket.0.11.0

2 files changed

+2
-2
lines changed

packages/shuttle_http/shuttle_http.0.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build: [
3838
]
3939
dev-repo: "git+https://git.sr.ht/~soni/shuttle_http"
4040
url {
41-
src: "https://git.sr.ht/~soni/shuttle_http/archive/0.11.0.tar.gz"
41+
src: "https://github.com/ocaml/opam-source-archives/raw/main/shuttle_http-0.11.0.tar.gz"
4242
checksum: [
4343
"md5=c18e89676a71564229afaf9d40a64ebb"
4444
"sha512=12d9dc7f6ab96147c14469bb48f56b5f528633d7925033aea99b303976868cc762919228057511a8d658c76496636c69f9e283c91d76eadbb7bd5443c492d939"

packages/shuttle_websocket/shuttle_websocket.0.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
]
3131
dev-repo: "git+https://git.sr.ht/~soni/shuttle_http"
3232
url {
33-
src: "https://git.sr.ht/~soni/shuttle_http/archive/0.11.0.tar.gz"
33+
src: "https://github.com/ocaml/opam-source-archives/raw/main/shuttle_http-0.11.0.tar.gz"
3434
checksum: [
3535
"md5=c18e89676a71564229afaf9d40a64ebb"
3636
"sha512=12d9dc7f6ab96147c14469bb48f56b5f528633d7925033aea99b303976868cc762919228057511a8d658c76496636c69f9e283c91d76eadbb7bd5443c492d939"

0 commit comments

Comments
 (0)