Skip to content

Commit

Permalink
appium 1.22.0 (#112217)
Browse files Browse the repository at this point in the history
* Update appium.rb

* Update Casks/appium.rb

Co-authored-by: George Adams <[email protected]>

Co-authored-by: George Adams <[email protected]>
  • Loading branch information
miccal and gdams committed Oct 6, 2021
1 parent 05e6f10 commit c43ed71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Casks/appium.rb
Original file line number Diff line number Diff line change
@@ -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 "Appium Server Desktop GUI"
desc "Graphical frontend to Appium automation server"
homepage "https://appium.io/"

Expand All @@ -13,7 +13,7 @@
strategy :github_latest
end

app "Appium.app"
app "Appium Server GUI.app"

zap trash: [
"~/Library/Application Support/appium-desktop",
Expand Down

0 comments on commit c43ed71

Please sign in to comment.