Files
homebrew-cask/Casks/b/beacon-scanner.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
449 B
Ruby

cask "beacon-scanner" do
version "1.1.13"
sha256 "5b28a510f557e57e5cf48490e982aadaba1676c34192e7d650da110a88d233bd"
url "https://github.com/mlwelles/BeaconScanner/releases/download/#{version}/Beacon.Scanner.zip"
name "BeaconScanner"
desc "Utility to scan for iBeacon-compatible devices"
homepage "https://github.com/mlwelles/BeaconScanner/"
livecheck do
url :url
strategy :github_latest
end
app "Beacon Scanner.app"
end