hashworks pushed to branch main at Arch Linux / Packaging / Packages / terraform
Commits:
158f4dea by Justin Kromlinger at 2023-10-20T14:08:53+02:00
upgpkg: 1.6.2-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = terraform
pkgdesc = HashiCorp tool for building and updating infrastructure as
code idempotently
pkgver = 1.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hashicorp/terraform
arch = x86_64
license = BUSL-1.1
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=terraform
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="HashiCorp tool for building and updating infrastructure as code
idempotently"
url="https://github.com/hashicorp/terraform"
arch=("x86_64")
@@ -35,7 +35,7 @@ build() {
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw
-ldflags=-linkmode=external"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw
'-ldflags=-linkmode=external
\"-X=github.com/hashicorp/terraform/version.dev=no\"'"
export GOPROXY=off
go build -o terraform-binary
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/158f4dea13adb9ed309206968b64cbbf29e6bd45
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/158f4dea13adb9ed309206968b64cbbf29e6bd45
You're receiving this email because of your account on gitlab.archlinux.org.