Skip to content

Commit 9f1364c

Browse files
BrewTestBotbotantony
authored andcommitted
nelm 1.15.1
1 parent b2cad32 commit 9f1364c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/nelm.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Nelm < Formula
22
desc "Kubernetes deployment tool that manages and deploys Helm Charts"
33
homepage "https://github.com/werf/nelm"
4-
url "https://github.com/werf/nelm/archive/refs/tags/v1.14.1.tar.gz"
5-
sha256 "a084734d4d7624f6334b0681a5ba676a328f2d2270268ddb4eab80ed5e2977aa"
4+
url "https://github.com/werf/nelm/archive/refs/tags/v1.15.1.tar.gz"
5+
sha256 "fd7a8fb774370070469a6faf1c3fc5ffe2ccf1d8ba3952f2306bc8cdc779bc98"
66
license "Apache-2.0"
77
head "https://github.com/werf/nelm.git", branch: "main"
88

@@ -27,7 +27,7 @@ class Nelm < Formula
2727
def install
2828
ldflags = %W[
2929
-s -w
30-
-X github.com/werf/nelm/internal/common.Version=#{version}
30+
-X github.com/werf/nelm/pkg/common.Version=#{version}
3131
]
3232
system "go", "build", *std_go_args(ldflags:), "./cmd/nelm"
3333

0 commit comments

Comments
 (0)