Skip to content

Commit 845a4af

Browse files
authored
Merge pull request #275980 from Homebrew/bump-playwright-cli-0.1.5
playwright-cli 0.1.5
2 parents 850738c + a656dda commit 845a4af

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/p/playwright-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class PlaywrightCli < Formula
22
desc "CLI for Playwright: record/generate code, inspect selectors, take screenshots"
33
homepage "https://playwright.dev"
4-
url "https://registry.npmjs.org/@playwright/cli/-/cli-0.1.4.tgz"
5-
sha256 "2355d1e33796e29162e3eac2bdee950b9f48abe64831b57bd79bed3b9f327f62"
4+
url "https://registry.npmjs.org/@playwright/cli/-/cli-0.1.5.tgz"
5+
sha256 "f4c68ecaedfebf57e66a29681831046841cd9ab6aee668c01ae7fa6c23ec6eea"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "db750a64b947d9f753b37b07d637ed395d27efe22e5f49c24342b005cea55a43"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b233132b4b28e17fc8bddc471dd1cb262eaefd6810efca31167a70f8e34a53ca"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b233132b4b28e17fc8bddc471dd1cb262eaefd6810efca31167a70f8e34a53ca"
12-
sha256 cellar: :any_skip_relocation, sonoma: "36d9ae58ee1ce14bcfef8f35015670068c226bd1ab4c6d2c46d367042cc41ad1"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "a508b5e59391dc573fcf430f778066b641a38b863857446b846dca65c60bd5fa"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a508b5e59391dc573fcf430f778066b641a38b863857446b846dca65c60bd5fa"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2c736fe3085623931af827f07d932de0767ed503d956fd497ab1a8054b194674"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7c2b121d3dea2ab70243a70ef59425f7da367eff322274f7a41a766619e55e6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d7c2b121d3dea2ab70243a70ef59425f7da367eff322274f7a41a766619e55e6"
12+
sha256 cellar: :any_skip_relocation, sonoma: "7cd87c88782605a536bef6c01c6bebdc0732ca127ae9d4b0a74cf4ffd66b52e7"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "1e18d63e225884b6b6b399ca8a7435ae85c2810fdeef782188eb2e7284b11920"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e18d63e225884b6b6b399ca8a7435ae85c2810fdeef782188eb2e7284b11920"
1515
end
1616

1717
depends_on "node"

0 commit comments

Comments
 (0)