homebrew-cask/Casks/waterfox.rb

12 lines
409 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'waterfox' do
2016-12-06 21:27:59 +08:00
version '50.0.2.1'
sha256 'e0b0212707449fd5b00647734f42f82587bf1a246f73d62a5bbad0a8b8187d87'
2015-01-30 02:04:13 +08:00
2016-03-06 02:31:32 +08:00
# storage-waterfox.netdna-ssl.com was verified as official when first introduced to the cask
2016-01-22 21:47:55 +08:00
url "https://storage-waterfox.netdna-ssl.com/releases/osx64/installer/Waterfox%20#{version}%20Setup.dmg"
2015-01-30 02:04:13 +08:00
name 'Waterfox'
2016-03-06 02:31:32 +08:00
homepage 'https://www.waterfoxproject.org/'
2015-01-30 02:04:13 +08:00
app 'Waterfox.app'
end