phinze/homebrew-cask

View on GitHub
Casks/b/beacon-scanner.rb

Summary

Maintainability
A
20 mins
Test Coverage
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"

  caveats do
    requires_rosetta
  end
end