Skip to content

Commit

Permalink
Merge pull request #168369 from Homebrew/bump-appium-2.5.2
Browse files Browse the repository at this point in the history
appium 2.5.2
  • Loading branch information
BrewTestBot authored Apr 9, 2024
2 parents 6b9cec1 + bc842c6 commit b320776
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions Formula/a/appium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
class Appium < Formula
desc "Automation for Apps"
homepage "https://appium.io/"
url "https://registry.npmjs.org/appium/-/appium-2.5.1.tgz"
sha256 "b7b49d2c307b8b4db49f8a004d9b76a5441662b19b8cfb191f542f51ba65cf53"
url "https://registry.npmjs.org/appium/-/appium-2.5.2.tgz"
sha256 "d996714d39440a1cb15b98a266653bc42341643fa1acd9f9a4390e3a7fec1d0b"
license "Apache-2.0"
head "https://github.com/appium/appium.git", branch: "master"

bottle do
sha256 cellar: :any, arm64_sonoma: "43ccfe10dc211fdedd81baee0b9faf21d3fed12edd95e61ae1bd85f83196eee1"
sha256 cellar: :any, arm64_ventura: "43ccfe10dc211fdedd81baee0b9faf21d3fed12edd95e61ae1bd85f83196eee1"
sha256 cellar: :any, arm64_monterey: "43ccfe10dc211fdedd81baee0b9faf21d3fed12edd95e61ae1bd85f83196eee1"
sha256 cellar: :any, sonoma: "98f6cd9b2360df0cfac7f742b07e9a6da4dbb77743555b150de377065e20ada3"
sha256 cellar: :any, ventura: "98f6cd9b2360df0cfac7f742b07e9a6da4dbb77743555b150de377065e20ada3"
sha256 cellar: :any, monterey: "98f6cd9b2360df0cfac7f742b07e9a6da4dbb77743555b150de377065e20ada3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "77792d8a31ca6106ae8fc4e8125dbc6759d2eec9ce58d4d64d9fd7b7be8307c9"
sha256 cellar: :any, arm64_sonoma: "10a889932ad50c1c18891a5d25a6ccde41cdb23f6de5d9111575058c451c1c9c"
sha256 cellar: :any, arm64_ventura: "10a889932ad50c1c18891a5d25a6ccde41cdb23f6de5d9111575058c451c1c9c"
sha256 cellar: :any, arm64_monterey: "10a889932ad50c1c18891a5d25a6ccde41cdb23f6de5d9111575058c451c1c9c"
sha256 cellar: :any, sonoma: "7b9aa5337c5b372a2fd803bfed87a13d3cb1324be019b9f8f1076e374d840522"
sha256 cellar: :any, ventura: "7b9aa5337c5b372a2fd803bfed87a13d3cb1324be019b9f8f1076e374d840522"
sha256 cellar: :any, monterey: "7b9aa5337c5b372a2fd803bfed87a13d3cb1324be019b9f8f1076e374d840522"
sha256 cellar: :any_skip_relocation, x86_64_linux: "600c34aa28b5a21bb30eaaa8fbc7eff1b06a7c064273869c223d376a9b0cbad1"
end

depends_on "node"
Expand All @@ -27,16 +27,6 @@ class Appium < Formula
def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec), "--chromedriver-skip-install"
bin.install_symlink Dir["#{libexec}/bin/*"]

# Delete native binaries installed by npm, as we dont support `musl` for a `libc` implementation
if OS.linux?
node_modules = libexec/"lib/node_modules/appium/node_modules"
(node_modules/"@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.42").unlink
(node_modules/"@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node").unlink
end

# Replace universal binaries with native slices
deuniversalize_machos
end

service do
Expand Down

0 comments on commit b320776

Please sign in to comment.