Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rancher-cli: update to 2.10.1 #27276

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions devel/rancher-cli/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/rancher/cli 2.4.13 v
go.setup github.com/rancher/cli 2.10.1 v
name rancher-cli
revision 0
categories devel sysutils
platforms darwin
license Apache-2
maintainers {emcrisostomo @emcrisostomo} \
openmaintainer
Expand All @@ -19,9 +18,9 @@ long_description The Rancher CLI (Command Line Interface) is a unified \
this tool, you can operate Rancher using a command \
line rather than the GUI.

checksums rmd160 d54b0cebdbfd1b9a8c1c3af1ad7563da9e322417 \
sha256 10427c50decb52b2fb23fb5a8e20e1195b5563a2ec901c7ab0b313a88ba91a35 \
size 98419
checksums rmd160 acf523f72fd273b932870a3ab5c4dcf19c4a71f3 \
sha256 bc6b10ec453921db4041e046779ea1462f8ea58eeb354998e4e4a8fa32ef8715 \
size 73670

go.offline_build no
build.pre_args-append -ldflags "\"-w -X main.VERSION=${version}\""
Expand Down