Skip to content

Commit

Permalink
[Blosc] Update to v1.21.5 (#7611)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Nov 1, 2023
1 parent adfc571 commit 67c3fba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions B/Blosc/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using BinaryBuilder

name = "Blosc"
version = v"1.21.4"
version = v"1.21.5"

# Collection of sources required to build Blosc
sources = [
GitSource("https://github.com/Blosc/c-blosc.git", "2c2f9bd936b1340ad92a6da6c2a52adf4254c241"),
GitSource("https://github.com/Blosc/c-blosc.git", "d306135aaf378ade04cd4d149058c29036335758"),
DirectorySource("./bundled"),
]

Expand Down Expand Up @@ -44,9 +44,9 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("Zlib_jll"),
Dependency("Zstd_jll"),
Dependency("Lz4_jll"),
Dependency("Zlib_jll"; compat="1.2.12"),
Dependency("Zstd_jll"; compat="1.5.0"),
Dependency("Lz4_jll"; compat="1.9.3"),
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit 67c3fba

Please sign in to comment.