Skip to content

Commit cefa452

Browse files
authored
Merge pull request #203851 from Homebrew/probe-rs-tools-checksum
probe-rs-tools: update checksum for 0.25.0 rel
2 parents 353f091 + c59929a commit cefa452

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/p/probe-rs-tools.rb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class ProbeRsTools < Formula
22
desc "Collection of on chip debugging tools to communicate with microchips"
33
homepage "https://probe.rs"
44
url "https://github.com/probe-rs/probe-rs/archive/refs/tags/v0.25.0.tar.gz"
5-
sha256 "693d76eb1ee697d420781e28cfbb4e527c6176eca327a4c92e26daf7e52c153f"
5+
sha256 "2125485e416674b1b884619dc98cb9fd21e598e7b52cc15dec7b125614b8196a"
66
license "Apache-2.0"
77
head "https://github.com/probe-rs/probe-rs.git", branch: "master"
88

@@ -12,12 +12,13 @@ class ProbeRsTools < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd7cf5c0a3d4f6c648fc35359cd8fe44e078cf166bfec00273ad4bbe4af76fde"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b8935645d2d27d33430a0278ec8623f98b459abae7a2c5e4b9cf71859aa1480"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d48195dc2d4080c0b439bd356be8a037702597f835aed448d955e8090aaf2a67"
18-
sha256 cellar: :any_skip_relocation, sonoma: "8ff873dd619df88e20aea02d2782a4a3ee893e9eaa2a0a99911d333867ecae3d"
19-
sha256 cellar: :any_skip_relocation, ventura: "f84ef1e8b6af4e5e24efe093af77d11d05f000c6e872ab0fb3fb9b70030a806b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b153b5f7f3a16476fdcdacd073d8bf4a5491e96992bed94cb0c4fc9acf35ca9"
15+
rebuild 1
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e63f6d0b668a88a7449c66b29c69d220d5d7c2c7816d6a8d8880cb3126694a0"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3458a0332529a9ef090e33f83a858b6fa7d00d89a85be6b41e198ebc84b0d197"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ec1433139b3ec527d923e836cf47674b8f2e5a7e558af4edef920876213d5c1"
19+
sha256 cellar: :any_skip_relocation, sonoma: "1347bf571c113783bdd44f98cc276aa4ceca0dfeecd09dd8727ef81eddb44248"
20+
sha256 cellar: :any_skip_relocation, ventura: "63d426fdbe29691c93d2bde5b28656a97f34083ca6091a7f9a41abbf52925042"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "37989366f509304d671025fd691f4413a4fe9409735311036b2550bbdab7a52b"
2122
end
2223

2324
depends_on "cmake" => :build

0 commit comments

Comments
 (0)