Skip to content

Commit

Permalink
Merge pull request #199368 from Homebrew/bump-c-blosc2-2.15.2
Browse files Browse the repository at this point in the history
c-blosc2 2.15.2
  • Loading branch information
BrewTestBot authored Nov 28, 2024
2 parents 1dc60b6 + 280b448 commit fc056f0
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/c/c-blosc2.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class CBlosc2 < Formula
desc "Fast, compressed, persistent binary data store library for C"
homepage "https://www.blosc.org"
url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.15.1.tar.gz"
sha256 "6cf32fcfc615542b9ba35e021635c8ab9fd3d328fd99d5bf04b7eebc80f1fae2"
url "https://github.com/Blosc/c-blosc2/archive/refs/tags/v2.15.2.tar.gz"
sha256 "32d0cb011303878bc5307d06625bc6e5fc28e788377873016bc52681e4e9fee9"
license "BSD-3-Clause"
head "https://github.com/Blosc/c-blosc2.git", branch: "main"

bottle do
sha256 cellar: :any, arm64_sequoia: "ff4b9e620ac8c3868a02992900d258da285e5c65e4714e4173eadf1d41eb943c"
sha256 cellar: :any, arm64_sonoma: "5d440c0387d36f545f09143f59023708b4ec96da4ea84de9c0dfff352248c502"
sha256 cellar: :any, arm64_ventura: "b9b8358baf3faefaafe868ad7a59ddb74cc91fc01c066a50b6a8041dc9a2bd2d"
sha256 cellar: :any, arm64_monterey: "e98864e2ef2539f9f5bec107060bf634ba477500a38dfb0212b2f52334a18014"
sha256 cellar: :any, sonoma: "6f74b99625f4f2fc0be7d03e1c9151fe85f5ba49b66e9bdf61fbc19fba663d02"
sha256 cellar: :any, ventura: "1d7569f624fb6d64eabbaaa51fa1295765b4e35a976664f76428af30a182c154"
sha256 cellar: :any, monterey: "28fa7e8e970f9ea616003ca89415c831a6e0b38d5d312883ea0995370aeb9ad0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6bdf2ec943b72f4e357a7f339265a5adea7802101835796a17ec8429ee0d28f9"
sha256 cellar: :any, arm64_sequoia: "448b12c38cbc4320e80e99113485b31807e244db6b1ef5c48ab3381b6fcbc46d"
sha256 cellar: :any, arm64_sonoma: "0b5c04a7f02daf82239c4fda3cc48710b7cf05db3b2eba342bb58fcdd84a7ae4"
sha256 cellar: :any, arm64_ventura: "a2a210b917f6ebb7baa9ee7de0a455fbc054d59cac29ef1c15d69d7925b4b260"
sha256 cellar: :any, sonoma: "8ae1f5700568cc974952aaf9e3dd9546728034463cb6194e5152eb701d63897a"
sha256 cellar: :any, ventura: "1a0b02435b2d5d880b77caa0dc0d84f7cb758924e8d7b88c7b0c0b9b930329ad"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7dd1717feaf38a0f81822c52de8aab783a805d67e4ab14a7a387bdb0f0dc270"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit fc056f0

Please sign in to comment.