Skip to content

Commit

Permalink
upstream: add hash for patch files
Browse files Browse the repository at this point in the history
Opam 2.3.0 ignores the patches otherwise

This was done using `opam admin update-extrafiles`

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Nov 26, 2024
1 parent 2f5669b commit e86d4bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/upstream/vhd-format-lwt.0.12.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "vhd-format-lwt"
version: "0.12.0"
version: "0.12.1"
synopsis: "Lwt interface to read/write VHD format data"
description: """\
A pure OCaml library to read and write
Expand Down Expand Up @@ -43,3 +43,7 @@ url {
"https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz"
checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7"
}
extra-files: [
"0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch"
"md5=34ff33a867ae299a38c1df5e9fd81716"
]
6 changes: 5 additions & 1 deletion packages/upstream/vhd-format.0.12.1/opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "vhd-format"
version: "0.12.0"
version: "0.12.1"
synopsis: "Pure OCaml library to read/write VHD format data"
description: """\
A pure OCaml library to read and write
Expand Down Expand Up @@ -36,3 +36,7 @@ url {
"https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz"
checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7"
}
extra-files: [
"0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch"
"md5=34ff33a867ae299a38c1df5e9fd81716"
]

0 comments on commit e86d4bc

Please sign in to comment.