aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Reaves <yrral86@gmail.com>2020-03-11 19:58:05 +0000
committerLeo <thinkabit.ukim@gmail.com>2020-03-12 15:58:16 -0300
commit356c3e91ad9647ab9a35bc4bc17bbe4e93fceda1 (patch)
tree0f76e14147de29bbf471c26b27a8a1b89dc66f45
parentedfaa59c661b1e6345f2b8c99b80e9df5a64879b (diff)
downloadaports-356c3e91ad9647ab9a35bc4bc17bbe4e93fceda1.tar.bz2
aports-356c3e91ad9647ab9a35bc4bc17bbe4e93fceda1.tar.xz
community/terraform: upgrade to 0.12.23
-rw-r--r--community/terraform/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 3d0679cf24..1c74f20fad 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -4,7 +4,7 @@
# Contributor: Galen Abell <galen@galenabell.com>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=terraform
-pkgver=0.12.21
+pkgver=0.12.23
pkgrel=0
pkgdesc="Building, changing and combining infrastructure safely and efficiently"
url="https://www.terraform.io/"
@@ -13,6 +13,7 @@ license="MPL-2.0"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
builddir="$srcdir/src/github.com/hashicorp/$pkgname"
+options="chmod-clean"
prepare() {
mkdir -p ${builddir%/*}
@@ -34,9 +35,4 @@ package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
}
-cleanup_srcdir() {
- go clean -modcache
- default_cleanup_srcdir
-}
-
-sha512sums="3b0dd3e6d8ae4b172d0be934ada6a8dcadc3024d0f27450ed107d55cf7f08b6b0b5eeb739a210fc9a76db42f7cc75ad5842ca7415afa3d7b17d9a34f23920a59 terraform-0.12.21.tar.gz"
+sha512sums="7598b45a76e0684594067921bc9cd5da954c4590f612dcaf29e77c40c372f15f690732896f90272666ec587a3cb2e07dc556e29e9d029fd019528ae3e3cb0abb terraform-0.12.23.tar.gz"