1 changed files with 8 additions and 2 deletions
@ -1,11 +1,17 @@ |
|||
cask :v1 => 'firefox-beta-uk' do |
|||
version '40.0b2' |
|||
sha256 '745823dcbeda6c47cfb513e6581b25510ee3b016085a6a93af046ae3a886be09' |
|||
version '41.0b6' |
|||
sha256 'c21afeee6b6bbd10b32e39a8949e47fc5953c55ff317dc21380d390375cb4e7f' |
|||
|
|||
url "https://download.mozilla.org/?product=firefox-#{version}-SSL&os=osx&lang=uk" |
|||
name 'Firefox' |
|||
homepage 'https://www.mozilla.org/uk/firefox/channel/#beta' |
|||
license :mpl |
|||
tags :vendor => 'Mozilla' |
|||
|
|||
app 'Firefox.app' |
|||
|
|||
zap :delete => [ |
|||
'~/Library/Application Support/Firefox', |
|||
'~/Library/Caches/Firefox', |
|||
] |
|||
end |
|||
|
Loading…
Reference in new issue