Merge pull request #155748 from Homebrew/miccal-apidog

apidog: various updates
This commit is contained in:
Miccal Matthews
2023-09-21 16:43:01 +08:00
committed by GitHub
+3 -2
View File
@@ -1,6 +1,6 @@
cask "apidog" do
arch arm: "-macOS-arm64"
livecheck_folder = on_arch_conditional arm: "mac-arm64", intel: "mac"
livecheck_folder = on_arch_conditional arm: "-arm64"
version "2.3.16"
sha256 arm: "c9d5dbcf5726733eeb94226cea15197d5a9d20004695033b2de424761c97c35b",
@@ -12,11 +12,12 @@ cask "apidog" do
homepage "https://apidog.com/"
livecheck do
url "https://api.apidog.com/api/v1/configs/client-updates/#{version}/#{livecheck_folder}/latest-mac.yml"
url "https://api.apidog.com/api/v1/configs/client-updates/latest/mac#{livecheck_folder}/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :el_capitan"
app "Apidog.app"