From d9ac2ce68230f3a15f5771979c9480b454945571 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 8 Aug 2022 12:21:20 -0400 Subject: [PATCH] aws-vault: remove -w -s from go_ldflags --- srcpkgs/aws-vault/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template index a3f6d60583c..ce7b0be3307 100644 --- a/srcpkgs/aws-vault/template +++ b/srcpkgs/aws-vault/template @@ -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 " license="MIT"