aboutsummaryrefslogtreecommitdiffstats
path: root/community/terraform
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-10-08 14:06:50 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-10-08 14:17:07 +0200
commit28bb35a35c2e9f72d0a8004223d144db167bbe52 (patch)
treea3c58c496ac09807c83e96a62f7c079ad4288237 /community/terraform
parent92bed28035a8576d1ebb499e45126f9192dd6a10 (diff)
downloadaports-28bb35a35c2e9f72d0a8004223d144db167bbe52.tar.bz2
aports-28bb35a35c2e9f72d0a8004223d144db167bbe52.tar.xz
community/terraform: upgrade to 0.12.10
Diffstat (limited to 'community/terraform')
-rw-r--r--community/terraform/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index c2d9a35a90..911a3d42c8 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -3,14 +3,14 @@
# Contributor: Sergii Sadovyi <serg.sadovoi@gmail.com>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=terraform
-pkgver=0.12.8
+pkgver=0.12.10
pkgrel=0
pkgdesc="Building, changing and combining infrastructure safely and efficiently"
url="https://www.terraform.io/"
arch="all !armhf !armv7"
license="MPL-2.0"
makedepends="go"
-source="${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"
builddir="$srcdir/src/github.com/hashicorp/$pkgname"
prepare() {
@@ -39,4 +39,5 @@ cleanup_srcdir() {
go clean -modcache
default_cleanup_srcdir
}
-sha512sums="88f8e1244d4e556b74aa283a9a7dc0e033dad780d9b4dd4a7f37ba634bc09f0e624505e942e620782b8e6bd1795019494695306a23a75f8b466fe119994881e1 terraform-0.12.8.tar.gz"
+
+sha512sums="8d97999a34b2920f8597c797d0db9ebfb12da0de718efb2eab0b69857227545147c8dba7bde8a3e2c82bb101c9b50a61c5a5ec2d490b7ffd2e712c1de80b1185 terraform-0.12.10.tar.gz"