From e10a0d3d9073acb875b61732db51eba1a157a5dc Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Oct 2021 16:29:08 +0800 Subject: [PATCH 1/2] Update appium.rb --- Casks/appium.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/appium.rb b/Casks/appium.rb index cd2ca7770e67..15a912f67a23 100644 --- a/Casks/appium.rb +++ b/Casks/appium.rb @@ -1,10 +1,10 @@ cask "appium" do - version "1.21.0" - sha256 "bdcb55be5c8193466f1bf6665e8f821711423e87abd7c836618a8fdded57eeea" + version "1.22.0" + sha256 "9d185b0bc905db84a199c71c7a5415dc5fd1d39c52487c4419eac21b9554ef9c" - url "https://github.com/appium/appium-desktop/releases/download/v#{version}/Appium-mac-#{version}.dmg", + url "https://github.com/appium/appium-desktop/releases/download/v#{version}/Appium-Server-GUI-mac-#{version}.dmg", verified: "github.com/appium/appium-desktop/" - name "Appium Desktop" + name "AAppium Server Desktop GUI" desc "Graphical frontend to Appium automation server" homepage "https://appium.io/" @@ -13,7 +13,7 @@ strategy :github_latest end - app "Appium.app" + app "Appium Server GUI.app" zap trash: [ "~/Library/Application Support/appium-desktop", From 34de7837d5bad44a9158187a0f81d50a0b608989 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 6 Oct 2021 16:39:27 +0800 Subject: [PATCH 2/2] Update Casks/appium.rb Co-authored-by: George Adams --- Casks/appium.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/appium.rb b/Casks/appium.rb index 15a912f67a23..5bcd4c786c43 100644 --- a/Casks/appium.rb +++ b/Casks/appium.rb @@ -4,7 +4,7 @@ url "https://github.com/appium/appium-desktop/releases/download/v#{version}/Appium-Server-GUI-mac-#{version}.dmg", verified: "github.com/appium/appium-desktop/" - name "AAppium Server Desktop GUI" + name "Appium Server Desktop GUI" desc "Graphical frontend to Appium automation server" homepage "https://appium.io/"