Skip to content

Commit

Permalink
Merge pull request #208445 from Homebrew/bump-appium-2.16.1
Browse files Browse the repository at this point in the history
appium 2.16.1
  • Loading branch information
BrewTestBot authored Feb 20, 2025
2 parents 3631b9e + e68edf1 commit b25086c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/a/appium.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Appium < Formula
desc "Automation for Apps"
homepage "https://appium.io/"
url "https://registry.npmjs.org/appium/-/appium-2.16.0.tgz"
sha256 "de0d56e6fa67cb94d249d85561055afd4b7c4d12889c88508f168ad94e544e4f"
url "https://registry.npmjs.org/appium/-/appium-2.16.1.tgz"
sha256 "a84da12d5f22bcc7a9e652e213bbe5a775eff8490752a800e3fa941b9b3a32b6"
license "Apache-2.0"
head "https://github.com/appium/appium.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sequoia: "ee71119a96afd506420f275f2065b7af3a7230fd703380040f5584dff63aaa95"
sha256 cellar: :any, arm64_sonoma: "ee71119a96afd506420f275f2065b7af3a7230fd703380040f5584dff63aaa95"
sha256 cellar: :any, arm64_ventura: "ee71119a96afd506420f275f2065b7af3a7230fd703380040f5584dff63aaa95"
sha256 sonoma: "06ddc1b16d893bd71619e460f64f6f74cbbb80bcd1e0ffbd49847ce787a391cb"
sha256 ventura: "06ddc1b16d893bd71619e460f64f6f74cbbb80bcd1e0ffbd49847ce787a391cb"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8c77666ea48a449dae0a9d94c554ce9983e84087622399e9b7e4fced5c8cd034"
sha256 cellar: :any, arm64_sequoia: "4bf2ed0afd64e8146e8fea15bf9eed10c8a7c8070c54fbf81d99d752f7f3afef"
sha256 cellar: :any, arm64_sonoma: "4bf2ed0afd64e8146e8fea15bf9eed10c8a7c8070c54fbf81d99d752f7f3afef"
sha256 cellar: :any, arm64_ventura: "4bf2ed0afd64e8146e8fea15bf9eed10c8a7c8070c54fbf81d99d752f7f3afef"
sha256 sonoma: "61e77d565c9de39eab53c0b304370bb1ad817aadf2c367374fdd2b998d1f0b4f"
sha256 ventura: "61e77d565c9de39eab53c0b304370bb1ad817aadf2c367374fdd2b998d1f0b4f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7052ca25285fb4a4ab789236365a77e47f2a76f75bc39309e5b5cddc05c0601d"
end

depends_on "node"
Expand Down

0 comments on commit b25086c

Please sign in to comment.