Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 0588C781A58 for ; Tue, 3 Dec 2019 11:22:08 +0000 (UTC) Received: (Migadu outbound); Tue, 03 Dec 2019 11:14:34 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id AFD7C13C-5CDC-45B8-B8EE-74AC05579A3C.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Tue, 03 Dec 2019 11:14:33 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] community/terraform: upgrade to 0.12.17 Date: Tue, 3 Dec 2019 12:14:12 +0100 Message-Id: <20191203111412.28749-1-galen@galenabell.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=ONXocw/8zAeAElGEYgrEgTEDXxnKzOMxYckL55+lE6Y=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=lkeycLWsLQx2TvgEO0oAZ+aGmmpwa2fsGX4OgtAd+hRso8w8745yBxn3QT71/Sw81KWf204DT9G7bB528+hL3Ou0AAuizvaInBCa3qbv7TVo6KOR0OOdM08WTQjwLAR3PwH+l0jPHY/CaeZgKO1FqyW58Dsg/K438rYDB8vqx5k= --- community/terraform/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD index 63412863a0..6993ca80fa 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Thomas Boerger # Contributor: Gennady Feldman # Contributor: Sergii Sadovyi +# Contributor: Galen Abell # Maintainer: Thomas Boerger pkgname=terraform -pkgver=0.12.12 +pkgver=0.12.17 pkgrel=0 pkgdesc="Building, changing and combining infrastructure safely and efficiently" url="https://www.terraform.io/" @@ -38,4 +39,4 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="58e15da1cc5345e7780573bfeda4a6f34dc281682a0e3f7bf6b129d0db42ff343b79575bb06472e1c994f8d3e3d7e3ab507a4a09f1cfd166690a611af221bd8e terraform-0.12.12.tar.gz" +sha512sums="6311fdbf6764e585126a1e177dc498634a799ba1a68ba98682e2be29d14b40c09d0a780555f10bbde0587445d31a1e0d9810226f9e6bd3fcb248428ceb864c87 terraform-0.12.17.tar.gz" -- 2.24.0