Skip to content

Commit 41c8430

Browse files
lipmaslgmugnier
authored andcommitted
Zli version: 6.36.25
1 parent d7ef766 commit 41c8430

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

Formula/zli.rb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,17 @@
55
class Zli < Formula
66
desc "BastionZero cli"
77
homepage "https://www.bastionzero.com"
8-
url "https://github.com/bastionzero/zli/releases/download/6.36.21/zli-6.36.21.tar.gz",
8+
url "https://github.com/bastionzero/zli/releases/download/6.36.25/zli-6.36.25.tar.gz",
99
using: GitHubPrivateRepositoryReleaseDownloadStrategy
10-
sha256 "2fc9a5d563dc36028f558650add5a3e7c5045fe381714aa2424827b5ede53b45"
10+
sha256 "d28c0ecfa226c45092b31467cb857df8f4e2b4554feb3dc6deaca212036aa101"
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-6.36.21"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "738d7615bd74be7a3774fc8d3cd985a6f51c559d5e100075a902ccbea89a0586"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ec590ff360eed42f1384ffa5bf7a6ac419055aa5515610a10a5bff7b13c6143"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "49cdf620908b46db82f6685ef3d96798794d4415b1df5bfc5046ad63912d6ec5"
19-
sha256 cellar: :any_skip_relocation, ventura: "058f82b3f98d0ee03937a49a9b394d20636a9a4e89f491197ab1cf14df65a669"
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)