Skip to content

Commit

Permalink
CP-30756: update tar packages to 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont authored and lindig committed May 22, 2019
1 parent 678198c commit 74c998d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ depends: [
"cstruct" {>= "1.9.0"}
"cstruct-lwt"
"re"
"result"
"lwt"
]
build: [
Expand All @@ -27,6 +26,9 @@ streaming. This library provides a Unix or Windows compatible interface.
"""
url {
src:
"https://github.com/mirage/ocaml-tar/releases/download/v1.0.1/tar-v1.0.1.tbz"
checksum: "md5=0018b647a829299f0bf88a85c80b8a54"
"https://github.com/mirage/ocaml-tar/releases/download/v1.1.0/tar-v1.1.0.tbz"
checksum: [
"sha256=c48e4ce128058fac4ae1a0f3d2d49f42d9a736a3bf166b59f086e6e6f926018d"
"sha512=ea273a8fefab42624c42da9d1a02557d1c51d4d8c0d032e8d8a17e0f6866c56b3ab0b32eacb8ad788bbf6983bff36ac072353af08a730b6b26f9c45d4d4f521a"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ depends: [
"ocaml" {>= "4.03.0"}
"dune" {build & >= "1.0"}
"ppx_tools" {build}
"ppx_cstruct" {>= "3.1.0"}
"ppx_cstruct" {>= "3.6.0"}
"cstruct" {>= "1.9.0"}
"re"
"result"
]
build: [
["dune" "subst"] {pinned}
Expand All @@ -28,6 +27,9 @@ This is pure OCaml code, no C bindings.
"""
url {
src:
"https://github.com/mirage/ocaml-tar/releases/download/v1.0.1/tar-v1.0.1.tbz"
checksum: "md5=0018b647a829299f0bf88a85c80b8a54"
"https://github.com/mirage/ocaml-tar/releases/download/v1.1.0/tar-v1.1.0.tbz"
checksum: [
"sha256=c48e4ce128058fac4ae1a0f3d2d49f42d9a736a3bf166b59f086e6e6f926018d"
"sha512=ea273a8fefab42624c42da9d1a02557d1c51d4d8c0d032e8d8a17e0f6866c56b3ab0b32eacb8ad788bbf6983bff36ac072353af08a730b6b26f9c45d4d4f521a"
]
}

0 comments on commit 74c998d

Please sign in to comment.