homebrew-cask/Casks/waterfox.rb

13 lines
399 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'waterfox' do
2016-01-22 21:47:55 +08:00
version '43.0.4'
sha256 'f18ecbb17af5d186ab97c85ce226c29c001cbe83d4a5d565aaf4ec435027be6a'
2015-01-30 02:04:13 +08:00
2016-01-22 21:47:55 +08:00
# netdna-ssl.com is the official download host per the vendor homepage
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'
homepage 'https://www.waterfoxproject.org'
license :oss
app 'Waterfox.app'
end