Files
homebrew-cask/Casks/f/freesmug-chromium.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

22 lines
535 B
Ruby

cask "freesmug-chromium" do
version "85.0.4183.102"
sha256 "68ab1ee8be6fbab0a1290a24c36fd573ccf3340f6c14bbcdf88b387bba95b9b2"
url "https://downloads.sourceforge.net/osxportableapps/Chromium_OSX_#{version}.dmg",
verified: "sourceforge.net/osxportableapps/"
name "Chromium"
desc "Google Chromium built to solve Chrome incompatibility issue"
homepage "http://www.freesmug.org/chromium"
conflicts_with cask: [
"chromium",
"eloston-chromium",
]
app "Chromium.app"
caveats do
discontinued
end
end