homebrew-cask/Casks/waterfox.rb

12 lines
443 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'waterfox' do
2017-01-29 11:40:22 +08:00
version '51.0,1'
sha256 '1878cb6dd317b1e9483662117649e60012017eb28a51797b120d1a7ceb637a9a'
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
2017-01-29 11:40:22 +08:00
url "https://storage-waterfox.netdna-ssl.com/releases/osx64/installer/Waterfox%20#{version.before_comma}%20Setup-#{version.after_comma}.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