Skip to content

Commit b7059eb

Browse files
lipmaslgmugnier
andauthored
zli-6.36.25-beta-homebrew (#269)
* Zli version: 6.36.25-beta * remove std args --------- Co-authored-by: lgmugnier <lucie@cloudflare.com>
1 parent 19be042 commit b7059eb

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

Formula/zli-beta.rb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,17 @@
55
class ZliBeta < Formula
66
desc "BastionZero cli - Beta"
77
homepage "https://www.bastionzero.com"
8-
url "https://github.com/bastionzero/zli/releases/download/6.36.21-beta/zli-6.36.21-beta.tar.gz",
8+
url "https://github.com/bastionzero/zli/releases/download/6.36.25-beta/zli-6.36.25-beta.tar.gz",
99
using: GitHubPrivateRepositoryReleaseDownloadStrategy
10-
sha256 "efcbd94c7a960aab45ee471a76a753f4bcab86bffa96e3b7079a409ff8f9ce5e"
10+
sha256 "19cde52351e43a0c50026abe1908577607fe69494471280a9ef7fb95a95c3cc9"
1111
license "Apache-2.0"
1212
head "https://github.com/bastionzero/zli.git", branch: "master"
1313

14-
bottle do
15-
root_url "https://github.com/bastionzero/homebrew-tap/releases/download/zli-beta-6.36.21-beta"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de9dd822926a2163b4a73c7224d1985c8e5ad2127a942172283fb45d98024e1f"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82d1f7aefce158ce6ffb58afe29466eea7182a2fc15175d960d0621b49234c38"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "da335d7f2432b9494897fc310736990227910aec255d1ce3cf7888139b916f5b"
19-
sha256 cellar: :any_skip_relocation, ventura: "770e8a75e4930fb895b4c1a0eac7a2b9453bc0613606c4f19b9602adc2d5c746"
20-
end
21-
2214
depends_on "go@1.20" => :build
2315
depends_on "node@20" => :build
2416

2517
def install
26-
system "npm", "install", *std_npm_args(prefix: false)
18+
system "npm", "install"
2719
system "npm", "run", "release-prod"
2820

2921
if OS.linux?

0 commit comments

Comments
 (0)