Add Waterfox Current.app (#77733)

This commit is contained in:
CoreCode 2020-02-27 04:45:52 +01:00 committed by GitHub
parent 0457c95a9d
commit 88108a37d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
Casks/waterfox-current.rb Normal file
View File

@ -0,0 +1,19 @@
cask 'waterfox-current' do
version '2020.02,6820.2.12'
sha256 '2c78b718c1cbc557ec142c74f1749f2e13096c7513052c930e6f5c33be0e5b21'
# storage-waterfox.netdna-ssl.com was verified as official when first introduced to the cask
url "https://storage-waterfox.netdna-ssl.com/releases/osx64/installer/Waterfox%20Current%20#{version.before_comma}%20Setup.dmg"
appcast 'https://www.waterfox.net/download/'
name 'Waterfox Current'
homepage 'https://www.waterfox.net/'
app 'Waterfox Current.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.mozilla.waterfox.sfl*',
'~/Library/Application Support/Waterfox',
'~/Library/Caches/Waterfox',
'~/Library/Preferences/org.waterfoxproject.waterfox.plist',
]
end