You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
go-tools: update to 0.44.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
PortSystem 1.0
|
||||
PortGroup golang 1.0
|
||||
|
||||
go.setup github.com/golang/tools 0.43.0 v
|
||||
go.setup github.com/golang/tools 0.44.0 v
|
||||
go.offline_build no
|
||||
epoch 7
|
||||
revision 0
|
||||
@@ -18,13 +18,11 @@ maintainers {ciserlohn @ci42} \
|
||||
description Various packages and tools that support the Go programming language.
|
||||
long_description {*}${description}
|
||||
|
||||
checksums rmd160 b33e4a75a1ccd712886f0cbab71ad91cfa9e9adb \
|
||||
sha256 e35710736fcaeeb4fd9cd0279af97270af119a7dd7e9877c00608799c799de77 \
|
||||
size 8385932
|
||||
checksums rmd160 a340b8abcb218811a6b3a309bd2f8974ecd6f38c \
|
||||
sha256 1ed4d4122c215c978739d7b56bf701d3e9fd150d018a0a3a0fa114aa7c7cd8b5 \
|
||||
size 8260431
|
||||
|
||||
build.cmd \
|
||||
sh -c \"${go.bin} build -o ./bin/ ./cmd/... && \
|
||||
cd ./cmd/auth && ${go.bin} build -o ../../bin ./...\"
|
||||
build.args-append -o ./bin/ ./cmd/...
|
||||
|
||||
destroot {
|
||||
set dp_bin ${destroot}${prefix}/bin
|
||||
|
||||
Reference in New Issue
Block a user