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"