[arch-commits] Commit in terraform/trunk (PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Tue Oct 22 00:41:59 UTC 2019


    Date: Tuesday, October 22, 2019 @ 00:41:58
  Author: jleclanche
Revision: 518174

upgpkg: terraform 0.12.12-1

Upstream release 0.12.12

Modified:
  terraform/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-21 23:15:13 UTC (rev 518173)
+++ PKGBUILD	2019-10-22 00:41:58 UTC (rev 518174)
@@ -2,15 +2,15 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=terraform
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
+pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently"
 url="https://www.terraform.io/"
 arch=("x86_64")
 license=("MPL")
 makedepends=("go-pie")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha256sums=('abc47b94144c935379eb317e8c0eb03a87ef76b0a661fd076e77efc9d3d3d61c')
+sha256sums=("4f6050ac2290aa1238c13e65b753668e47f4cce40dbb020e9e8c2c7fbe28fa9e")
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list