From e403496ecd8f77621ab137488dd0bfcce89f8de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 11 Mar 2024 02:29:41 +0100 Subject: [PATCH] community/gomplate: fix build with rootbld --- community/gomplate/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index eff0c8a2abb..8a35c5e1ba4 100644 --- a/community/gomplate/APKBUILD +++ b/community/gomplate/APKBUILD @@ -8,6 +8,7 @@ arch="all" license="MIT" depends="ca-certificates" makedepends="go" +options="net" source="$pkgname-$pkgver.tar.gz::https://github.com/hairyhenderson/gomplate/archive/v$pkgver.tar.gz" export GOFLAGS="$GOFLAGS -trimpath -modcacherw"