mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
449 B
Ruby
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
|