Files
homebrew-cask/Casks/g/google-analytics-opt-out.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
501 B
Ruby

cask "google-analytics-opt-out" do
version "1.0.1"
sha256 "ffe34fd0cb98bd0b9e29498af40876d65313d61b5bad5a1c388be35626c5e457"
url "https://dl.google.com/analytics/optout/safari/GoogleAnalyticsOptOut_#{version}.dmg"
name "Google Analytics Opt Out"
desc "Prevent website visitor's data from being used by Google Analytics JavaScript"
homepage "https://tools.google.com/dlpage/gaoptout"
livecheck do
url :url
strategy :extract_plist
end
app "Google Analytics Opt Out.app"
end