Skip to content

Commit 10527ed

Browse files
fix patch for async_ssl.v0.16.0
1 parent 1a83801 commit 10527ed

File tree

2 files changed

+8
-8
lines changed
  • packages/async_ssl
    • async_ssl.v0.16.0
    • async_ssl.v0.16.1

2 files changed

+8
-8
lines changed

packages/async_ssl/async_ssl.v0.16.0/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types-016.patch" ]
9+
patches: [ "no-incompatible-pointer-types-0160.patch" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
@@ -33,10 +33,10 @@ url {
3333
src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/async_ssl-v0.16.0.tar.gz"
3434
checksum: "sha256=5c9f74ddc00228634c2f6c60c10f3a821dc664f873d80c427284588c3e01bedd"
3535
}
36-
extra-source "no-incompatible-pointer-types-016.patch" {
36+
extra-source "no-incompatible-pointer-types-0160.patch" {
3737
src:
38-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-016.patch"
38+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-0160.patch"
3939
checksum: [
40-
"sha256=5b014814b11bbe67f615026a870371bf4f90fecc2582cc5cdfdfb09534744825"
40+
"sha256=cbac0da5e278c247e30f19dce943e7346e03aa7f7095d8ee46cf489b49ed110e"
4141
]
4242
}

packages/async_ssl/async_ssl.v0.16.1/opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/async_ssl/issues"
66
dev-repo: "git+https://github.com/janestreet/async_ssl.git"
77
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/async_ssl/index.html"
88
license: "MIT"
9-
patches: [ "no-incompatible-pointer-types-016.patch" ]
9+
patches: [ "no-incompatible-pointer-types-0161.patch" ]
1010
build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
@@ -38,10 +38,10 @@ url {
3838
"sha512=e4545e91d15d43f1a53ca8d05e8b7d39d11627671d0da2b2b02451b197387b396a310d51397decbd6448fc2bb13aa237b052685263dea4e2010f7884ad94371d"
3939
]
4040
}
41-
extra-source "no-incompatible-pointer-types-016.patch" {
41+
extra-source "no-incompatible-pointer-types-0161.patch" {
4242
src:
43-
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-016.patch"
43+
"https://raw.githubusercontent.com/raphael-proust/opam-source-archives/async_ssl-patch/patches/async_ssl/no-incompatible-pointer-types-0161.patch"
4444
checksum: [
45-
"sha256=5b014814b11bbe67f615026a870371bf4f90fecc2582cc5cdfdfb09534744825"
45+
"sha256=35c417f5e67dee469008e540b98811f0d9450f766b19b4ffd90a828d87fd5e7c"
4646
]
4747
}

0 commit comments

Comments
 (0)