Skip to content
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
10 changes: 5 additions & 5 deletions security/quill/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/anchore/quill 0.4.1 v
go.setup github.com/anchore/quill 0.5.1 v
revision 0

description Simple macOS binary signing from any platform
Expand All @@ -16,16 +16,16 @@ license Apache-2
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer

checksums rmd160 6857aaa3d62abbc29a67c5a43de757f0f216d879 \
sha256 8748fda02404711af62d839058e67927afa0eef810227e274f8cc24e07ca5d08 \
size 169422
checksums rmd160 50f893294db5aa33c4ec71cd06c52234a2da2687 \
sha256 e550da366c87be04ac13260c769f8a593a4a49432136a2b152a69e43b98c20f0 \
size 161144

go.offline_build no

build.pre_args-append \
-ldflags \" \
-w -s -extldflags '-static' \
-X ${go.package}/internal/version.version=v${version} \
-X main.version=v${version} \
\" \
-o _bin/${name}

Expand Down