Skip to content

Commit f458e26

Browse files
authored
Merge pull request Homebrew#201374 from Homebrew/bump-probe-rs-tools-0.25.0
probe-rs-tools 0.25.0
2 parents 40141ef + 6070775 commit f458e26

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Formula/p/probe-rs-tools.rb

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

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d84e0446b2ce2ff46054933885c58fecc607907233de2a8914e01ad91676a9d2"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "099d23a256deba345a765ef686d69f2a7c82f3ea6f733c3e00d788922dde1aaa"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "af610c338d9565acc2ab9f0784593574b336f90e7da589ab8d0c64f1d7c1a3e0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "8ad63c7bf0a25744817ea1ab7275348736ef0add2725099192323845d3a798dc"
19-
sha256 cellar: :any_skip_relocation, ventura: "fb5c33cc19d727874515db05d72210f06f3f539dc6c13c9b1ceae7a716c426bb"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e4be3bbda804d9e0260fcc235cf8aa43fecc59f8f733332630f926360a8cd4"
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"
2121
end
2222

2323
depends_on "cmake" => :build
@@ -35,8 +35,10 @@ def install
3535
end
3636

3737
test do
38+
assert_match version.to_s, shell_output("#{bin}/probe-rs --version")
39+
3840
output = shell_output("#{bin}/probe-rs chip list")
3941
assert_match "nRF52833_xxAA", output # micro:bit v2
40-
assert_match "STM32F303VCTx", output # STM32F3DISCOVERY
42+
assert_match "STM32F3 Series", output
4143
end
4244
end

0 commit comments

Comments
 (0)