Merge pull request #156489 from JohnDDuncanIII/master

orion 0.99.125 sonoma 14.0
This commit is contained in:
Miccal Matthews 2023-09-29 08:51:54 +08:00 committed by GitHub
commit cc62912e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -49,7 +49,7 @@ cask "orion" do
depends_on macos: :monterey
end
on_ventura :or_newer do
on_ventura do
sha256 "905787264208ec31ce912a1630e8051606fb8aaceb52b93b1a9a83d3bd134705"
url "https://browser.kagi.com/updates/13_0/#{version.csv.second}.zip"
@ -59,7 +59,19 @@ cask "orion" do
strategy :sparkle
end
depends_on macos: "<= :ventura"
depends_on macos: :ventura
end
on_sonoma :or_newer do
sha256 "20c78c54fb661f2d1509d53bdf71cf9a2142f15a19193f4cface48d971e1d59f"
url "https://browser.kagi.com/updates/14_0/#{version.csv.second}.zip"
livecheck do
url "https://cdn.kagi.com/updates/14_0/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :sonoma"
end
name "Orion Browser"