diff options
Diffstat (limited to 'community/go/APKBUILD')
-rw-r--r-- | community/go/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/go/APKBUILD b/community/go/APKBUILD index fe22d85c85..5d6a4293dc 100644 --- a/community/go/APKBUILD +++ b/community/go/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="bash go-bootstrap" install="" subpackages="$pkgname-doc" -source="http://golang.org/dl/go${pkgver/_/}.src.tar.gz +source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz default-buildmode-pie.patch set-external-linker.patch " |