mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
311 B
Ruby
12 lines
311 B
Ruby
cask :v1 => 'aviator' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# aviatorbrowser.com is the official download host per the vendor homepage
|
|
url 'https://updates.aviatorbrowser.com/Aviator.dmg'
|
|
name 'WhiteHat Aviator'
|
|
homepage 'https://www.whitehatsec.com/aviator/'
|
|
license :oss
|
|
|
|
app 'Aviator.app'
|
|
end
|