mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
aws-vault: remove -w -s from go_ldflags
This commit is contained in:
parent
ccbfea61aa
commit
d9ac2ce682
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'aws-vault'
|
||||
pkgname=aws-vault
|
||||
version=6.3.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path=github.com/99designs/aws-vault/v6
|
||||
go_ldflags="-X \"main.Version=${version}\" -s -w"
|
||||
go_ldflags="-X main.Version=${version}"
|
||||
short_desc="Vault for securely storing and accessing AWS credentials"
|
||||
maintainer="klardotsh <josh@klar.sh>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue