Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "apidog-europe 2.5.10" #168198

Merged
merged 1 commit into from Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 8 additions & 5 deletions Casks/a/apidog-europe.rb
@@ -1,15 +1,18 @@
cask "apidog-europe" do
# Do not merge this PR. This is a testing PR.
version "2.5.10"
sha256 "7b0bc3345d2ef91e793690f802453f1d8973da59fd070873b7aa79fec3a1d23f"
arch arm: "-macOS-arm64"
livecheck_folder = on_arch_conditional arm: "-arm64"

url "https://assets.eu.apidog.com/download/#{version}/Apidog%20Europe-#{version}.dmg"
version "2.5.9"
sha256 arm: "5c3e2c514b4d6c79b3f76a91c3b07f74eca931cf189ba201d95d3c52384e2150",
intel: "2ad46c2bbb39c73d2ac05ffbaf99f45c5f755bac4daa7a337ed005d7052f334b"

url "https://assets.eu.apidog.com/download/#{version}/Apidog%20Europe#{arch}-#{version}.dmg"
name "Apidog Europe"
desc "API development platform hosted in Europe"
homepage "https://apidog.com/"

livecheck do
url "https://api.eu.apidog.com/api/v1/configs/client-updates/latest/mac/latest-mac.yml"
url "https://api.eu.apidog.com/api/v1/configs/client-updates/latest/mac#{livecheck_folder}/latest-mac.yml"
strategy :electron_builder
end

Expand Down