mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
chromium: add livecheck (#97151)
This commit is contained in:
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user