Merge pull request #165633 from victorhooi/master

nrfutil 1.0.0-60fe18a (new cask)
This commit is contained in:
Patrick Linnane
2024-01-31 15:37:12 -08:00
committed by GitHub
+17
View File
@@ -0,0 +1,17 @@
cask "nrfutil" do
version "1.0.0-60fe18a"
sha256 "229af1183c16cef8e18554ef3a922cb56f16eb7ee8dce76d16a0ace94e7fc6d1"
url "https://developer.nordicsemi.com/.pc-tools/nrfutil/universal-osx/nrfutil-launcher-universal-apple-darwin-#{version}"
name "nrfutil"
desc "Unified CLI utility for Nordic Semiconductor products"
homepage "https://www.nordicsemi.com/Products/Development-tools/nrf-util"
livecheck do
url "https://developer.nordicsemi.com/.pc-tools/nrfutil/universal-osx/"
regex(/nrfutil-launcher-universal-apple-darwin[._-]v?(\d+(?:\.\d+)+(?:[._-]\h+)?)/i)
end
binary "nrfutil-launcher-universal-apple-darwin-#{version}", target: "nrfutil"
# No zap stanza required
end