File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments