apifox 2.5.15

This commit is contained in:
WangEdward 2024-04-02 00:32:49 +08:00
parent 23c91be11c
commit 016cc1ee17
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
cask "apifox" do
arch arm: "-macOS-arm64"
version "2.5.14"
sha256 arm: "00233a52d4cd901681f83f5dbbbf714beecacc958c7937757a9e777edcc3f07d",
intel: "b627bb529bad32a2e3d7ac689b31d6c3e53c9e27d6a834266e32c3473f48e8fe"
version "2.5.15"
sha256 arm: "ab995243ddeaf7b521a37c95001756abec1b882fb670a037adfeec2e3dc2843a",
intel: "21d7e43ca88ea5e7ca8085a999d32094f8343885687b596ae1b4572c0b5db2e0"
url "https://cdn.apifox.cn/download/#{version}/Apifox#{arch}-#{version}.dmg"
name "Apifox"
@ -11,7 +11,7 @@ cask "apifox" do
homepage "https://www.apifox.cn/"
livecheck do
url "https://cdn.apifox.cn/download/mac/latest-mac.yml?noCache=#{Time.new.to_i * 2}"
url "https://api.apifox.cn/api/v1/configs/client-updates/#{version}/mac/latest-mac.yml?noCache=#{Time.new.to_i * 2}"
strategy :electron_builder
end