chromium: add livecheck (#97151)

This commit is contained in:
Markus Reiter
2021-01-06 05:29:46 +01:00
committed by GitHub
parent db3ed0146a
commit 8d17326db7
+5 -1
View File
@@ -4,11 +4,15 @@ cask "chromium" do
url "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/#{version}/chrome-mac.zip",
verified: "commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/"
appcast "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac%2FLAST_CHANGE?alt=media"
name "Chromium"
desc "Free and open-source web browser"
homepage "https://www.chromium.org/Home"
livecheck do
url "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac%2FLAST_CHANGE?alt=media"
regex(/v?(\d+(?:\.\d+)*)/i)
end
conflicts_with cask: [
"eloston-chromium",
"freesmug-chromium",