From b3db3b0fadcd4f28b7dec60467497b2dae92e683 Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Sat, 7 Mar 2015 11:18:31 +0100 Subject: [PATCH] Added galician Firefox --- Casks/firefox-gl.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/firefox-gl.rb diff --git a/Casks/firefox-gl.rb b/Casks/firefox-gl.rb new file mode 100644 index 000000000..62ad5d560 --- /dev/null +++ b/Casks/firefox-gl.rb @@ -0,0 +1,17 @@ +cask :v1 => 'firefox-gl' do + version :latest + sha256 :no_check + + url 'https://download.mozilla.org/?product=firefox-latest&os=osx&lang=gl' + name 'Firefox' + homepage 'https://www.mozilla.org/gl/firefox/new' + license :mpl + tags :vendor => 'Mozilla' + + app 'Firefox.app' + + zap :delete => [ + '~/Library/Application Support/Firefox', + '~/Library/Caches/Firefox', + ] +end