Merge pull request #200213 from Homebrew/bump-tidelift-1.14.0
[Homebrew/homebrew-cask.git] / Casks / n / nrfutil.rb
blobd8e38a184bba175c33dffa7f1aafba3ff632e0ff
1 cask "nrfutil" do
2   version "1.2.0-9ca8c73"
3   sha256 "454fda3f1ee088f76aa57ac6f208d71d415d0ba3c1f7b88f5ca2347b10775048"
5   url "https://developer.nordicsemi.com/.pc-tools/nrfutil/universal-osx/nrfutil-launcher-universal-apple-darwin-#{version}"
6   name "nrfutil"
7   desc "Unified CLI utility for Nordic Semiconductor products"
8   homepage "https://www.nordicsemi.com/Products/Development-tools/nrf-util"
10   livecheck do
11     url "https://developer.nordicsemi.com/.pc-tools/nrfutil/universal-osx/"
12     regex(/nrfutil-launcher-universal-apple-darwin[._-]v?(\d+(?:\.\d+)+(?:[._-]\h+)?)/i)
13   end
15   binary "nrfutil-launcher-universal-apple-darwin-#{version}", target: "nrfutil"
16   # No zap stanza required
17 end