From 468990bcc2275162cdecac6711e274a7834454ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 22 Sep 2018 21:17:45 +0200 Subject: enable stripping of go binaries Stripping go binaries used to be an issue but nowadays it should work as expected. > We don't intentionally do anything that would make stripping a binary > not OK, and strip has worked for the past five years or so. https://groups.google.com/forum/?_escaped_fragment_=topic/golang-dev/ABppMOjYP6w#!topic/golang-dev/ABppMOjYP6w --- testing/consul-template/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/consul-template') diff --git a/testing/consul-template/APKBUILD b/testing/consul-template/APKBUILD index c9dc8108a3..b33068a412 100644 --- a/testing/consul-template/APKBUILD +++ b/testing/consul-template/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Francesco Colista pkgname=consul-template pkgver=0.19.4 -pkgrel=0 +pkgrel=1 pkgdesc="Generic template rendering and notifications with Consul" url="https://www.consul.io/" arch="all" license="MPL-2.0" depends="" makedepends="go" -options="!strip !check" +options="!check" source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/$pkgname/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3