mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #165983 from claudiodekker/eloston-chromium
eloston-chromium 121.0.6167.139-1.1
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
cask "eloston-chromium" do
|
||||
arch arm: "arm64", intel: "x86-64"
|
||||
|
||||
on_arm do
|
||||
version "121.0.6167.85-1.1,1706477461"
|
||||
sha256 "15a3ca0adf87c74343322a6f8220f16282b0df80358c42ec7f0e982e1344759a"
|
||||
end
|
||||
on_intel do
|
||||
version "121.0.6167.85-1.1,1706477461"
|
||||
sha256 "8504fd995782b36e0f915982ca1e372e4cd7c9707ba915093b3ff4687c395abd"
|
||||
end
|
||||
version "121.0.6167.139-1.1"
|
||||
sha256 arm: "ddbd49796596ae617880405464c0165a96504308a1c7af956d79d4692882fb3d",
|
||||
intel: "8de026b042b01c191d969f387cce80e9377d3ccc1e5685785dee34ba5c045b31"
|
||||
|
||||
url "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/#{version.csv.first}__#{version.csv.second}/ungoogled-chromium_#{version.csv.first}_#{arch}-macos.dmg",
|
||||
url "https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/#{version}/ungoogled-chromium_#{version}_#{arch}-macos.dmg",
|
||||
verified: "github.com/ungoogled-software/ungoogled-chromium-macos/"
|
||||
name "Ungoogled Chromium"
|
||||
desc "Google Chromium, sans integration with Google"
|
||||
@@ -23,7 +18,7 @@ cask "eloston-chromium" do
|
||||
match = json["tag_name"]&.match(regex)
|
||||
next if match.blank?
|
||||
|
||||
(match.length >= 2) ? "#{match[1]},#{match[2]}" : match[1]
|
||||
match[1]
|
||||
end
|
||||
end
|
||||
|
||||
@@ -31,6 +26,7 @@ cask "eloston-chromium" do
|
||||
"chromium",
|
||||
"freesmug-chromium",
|
||||
]
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
app "Chromium.app"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user