nrfutil 1.0.0-60fe18a (new cask)

Co-authored-by: Patrick Linnane <patrick@linnane.io>

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>

Co-authored-by: Justin Krehel <39449589+krehel@users.noreply.github.com>
This commit is contained in:
Victor Hooi
2024-01-31 14:35:26 -08:00
committed by Patrick Linnane
co-authored by Justin Krehel
parent a460b196a1
commit aa4e88a9f1
+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