mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
290 B
Ruby
9 lines
290 B
Ruby
class Radbeacon < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://s3.amazonaws.com/downloads.radiusnetworks.com/cc3cef5f-fd6f-4789-8030-cf82d13bf487/RadBeacon.zip'
|
|
homepage 'http://store.radiusnetworks.com/collections/all/products/radbeacon-config'
|
|
|
|
link 'RadBeacon.app'
|
|
end
|