Skip to content

Commit 1bb60b3

Browse files
authored
Merge pull request #199316 from Homebrew/blake3-1.5.5
blake3 b3sum 1.5.5
2 parents c88036d + 5c69c66 commit 1bb60b3

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

Formula/b/b3sum.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class B3sum < Formula
22
desc "Command-line implementation of the BLAKE3 cryptographic hash function"
33
homepage "https://github.com/BLAKE3-team/BLAKE3"
4-
url "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.4.tar.gz"
5-
sha256 "ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416"
4+
url "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.5.tar.gz"
5+
sha256 "6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618"
66
license any_of: ["CC0-1.0", "Apache-2.0"]
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe35bfce0671e18a64849c7058afe0954c89af8d455b48ebe7f81fad8ff3163a"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c06d5ab0945af5136872f7416e7ca30b81114042121774b88cf9d1b16a4ec083"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "bd2814bac039ad97a977980a1efac2948c98e68775a60203ed2d0233a212e7dd"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "a52d4b0e231e19b4e0b096b8fb4ecbde3cd01a36feb5ec7e3bffdba9df530c57"
13-
sha256 cellar: :any_skip_relocation, sonoma: "41a72f0fc4d7c8cdd9a71e6ea7ed71787fa93be8802e057082d38ec3344af21d"
14-
sha256 cellar: :any_skip_relocation, ventura: "58affc8a903569e96fd41df552cba86cb3a8f3f640dbf300cfafaff19afc0133"
15-
sha256 cellar: :any_skip_relocation, monterey: "a1b3a4bc1b1e1b587c03b140359b531c1d80ed7044991aba48d561d8148cf364"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a9ea3f9205c87cdf3807f1604a1af25c25070653061db2d3167e4abe714a2d7"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9082de4e1d3f9390c44ff4f38d4e379509b2fec34517a3e1f9a5a9a09c0ada96"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "71e34b5afc894772d32d0d983499bd86d5ddff03023cf637d3390db4202cbc49"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6db680bdafce5253681b4a7840b01367146682dc258f48a4c2a438f47595860"
12+
sha256 cellar: :any_skip_relocation, sonoma: "6230145a2c86105180567a79296ebbae941f7091444238e83dac659a855d2df9"
13+
sha256 cellar: :any_skip_relocation, ventura: "9a4948a3ead4ee1ffffb910b032627da971bb343c59bb3a64821c6c96c000a94"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "064f2d5353a0cb664ebdb227d00cd6444e5fb3b0adb2a5e9f10ea9b0fd4cda83"
1715
end
1816

1917
depends_on "rust" => :build

Formula/b/blake3.rb

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
class Blake3 < Formula
22
desc "C implementation of the BLAKE3 cryptographic hash function"
33
homepage "https://github.com/BLAKE3-team/BLAKE3"
4-
url "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.4.tar.gz"
5-
sha256 "ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416"
4+
url "https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/1.5.5.tar.gz"
5+
sha256 "6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618"
66
license any_of: ["CC0-1.0", "Apache-2.0"]
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "1572b7c66fd8e1e74db8df0663a0f5f8e8672c6f5617419d3894f1b6d0408188"
10-
sha256 cellar: :any, arm64_sonoma: "b98d30812404a382e2e0a4128c9c751359f6f5e416ed8be61de0cd70689c0b26"
11-
sha256 cellar: :any, arm64_ventura: "fa8e067197369778b60dd612db3310e9b97cea62ad449904372b57795438f0c1"
12-
sha256 cellar: :any, arm64_monterey: "55fa7bced465117ebf342d11fa2dca0d466bbe66419fe2f119ed68b0278cce14"
13-
sha256 cellar: :any, sonoma: "c1dbb15d592fc823840875cc5cc0c98314f88ecf5bdbde7933e949964286ba8e"
14-
sha256 cellar: :any, ventura: "de367d003e40a75bc3a0649b62e435a6f55ad116f51e79f13c8cf056a34baedf"
15-
sha256 cellar: :any, monterey: "946aa7915986ed4ba1b2442c1a446358d7e429becd25450585c96f14727164fb"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1b7ef6252d7f5d1aba488f178a347a90359bb6b759dfc2805e9904784210ffb"
9+
sha256 cellar: :any, arm64_sequoia: "b9d053b51e933e41cb5949074ad9a299fd2b31cbd59804a8c853e5e5c85cf6f0"
10+
sha256 cellar: :any, arm64_sonoma: "0df024291db039b86a0de52917c0ec819085256130547ad0b534d0206a2e0d84"
11+
sha256 cellar: :any, arm64_ventura: "ae11cf3d5117500c362a13b1e3e26df04004e14a2c0739914b81fbef270ccea0"
12+
sha256 cellar: :any, sonoma: "dd4a5e905c5b2bb06a323ede9c871c3284ba739c8a6934c8443c5ebfe548c8f8"
13+
sha256 cellar: :any, ventura: "f6f057edf60d9448debbe993061fe1ec0a19f706473a7f99a43cc122ec4ad95b"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f6138af9754e790d10ef2aa346c41860730a9ebcc1beb1d737ef57e73b1a21cf"
1715
end
1816

1917
depends_on "cmake" => :build
2018

2119
def install
22-
system "cmake", "-S", "c", "-B", "build",
23-
"-DBUILD_SHARED_LIBS=ON",
24-
*std_cmake_args
20+
system "cmake", "-S", "c", "-B", "build", "-DBUILD_SHARED_LIBS=ON", *std_cmake_args
2521
system "cmake", "--build", "build"
2622
system "cmake", "--install", "build"
2723
end

0 commit comments

Comments
 (0)