Created
November 24, 2016 10:27
-
-
Save shieldwed/3746882704d095545f46670b469461c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9f674b615340ec68e9879b02980215df24b7fec9 Mon Sep 17 00:00:00 2001 | |
From: Daniel Wilhelm <[email protected]> | |
Date: Thu, 24 Nov 2016 11:23:35 +0100 | |
Subject: [PATCH] bump to 0.7.13 | |
--- | |
.SRCINFO | 12 ++++++------ | |
PKGBUILD | 6 +++--- | |
2 files changed, 9 insertions(+), 9 deletions(-) | |
diff --git a/.SRCINFO b/.SRCINFO | |
index 8978646..75ac184 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,6 +1,6 @@ | |
pkgbase = terraform-bin | |
pkgdesc = Tool for building, changing, and versioning infrastructure safely and efficiently | |
- pkgver = 0.7.8 | |
+ pkgver = 0.7.13 | |
pkgrel = 1 | |
url = http://www.terraform.io/ | |
arch = i686 | |
@@ -8,12 +8,12 @@ pkgbase = terraform-bin | |
license = MPL | |
conflicts = terraform | |
noextract = _terraform | |
- source = https://raw.githubusercontent.com/hashicorp/terraform/v0.7.8/contrib/zsh-completion/_terraform | |
+ source = https://raw.githubusercontent.com/hashicorp/terraform/v0.7.13/contrib/zsh-completion/_terraform | |
sha256sums = 4efcb7d7a231ea5e1f9bc9c06c3abfb6825e907883f88a8790e590548353da93 | |
- source_i686 = https://releases.hashicorp.com/terraform/0.7.8/terraform_0.7.8_linux_386.zip | |
- sha256sums_i686 = 25b6eb661af4023cb12f6087e1fed4e117d2219b2dc08b823c1f78574d5f66af | |
- source_x86_64 = https://releases.hashicorp.com/terraform/0.7.8/terraform_0.7.8_linux_amd64.zip | |
- sha256sums_x86_64 = b3394910c6a1069882f39ad590eead0414d34d5bd73d4d47fa44e66f53454b5a | |
+ source_i686 = https://releases.hashicorp.com/terraform/0.7.13/terraform_0.7.13_linux_386.zip | |
+ sha256sums_i686 = 69eeeec837837ff5c7c796a86f7ac5b1fb442220c228b4358b450cd906f8a3c3 | |
+ source_x86_64 = https://releases.hashicorp.com/terraform/0.7.13/terraform_0.7.13_linux_amd64.zip | |
+ sha256sums_x86_64 = 5a4f762a194542d38406b9b92c722b57f7910344db084e24c9c43d7719f4aa18 | |
pkgname = terraform-bin | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 86ab4cb..6b68b56 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -4,7 +4,7 @@ | |
# Contributor: Henrik Hodne <[email protected]> | |
pkgname=terraform-bin | |
-pkgver=0.7.8 | |
+pkgver=0.7.13 | |
pkgrel=1 | |
pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently" | |
url='http://www.terraform.io/' | |
@@ -16,8 +16,8 @@ source=("https://raw.githubusercontent.com/hashicorp/terraform/v${pkgver}/contri | |
source_i686=("https://releases.hashicorp.com/terraform/${pkgver}/terraform_${pkgver}_linux_386.zip") | |
source_x86_64=("https://releases.hashicorp.com/terraform/${pkgver}/terraform_${pkgver}_linux_amd64.zip") | |
sha256sums=('4efcb7d7a231ea5e1f9bc9c06c3abfb6825e907883f88a8790e590548353da93') | |
-sha256sums_i686=('25b6eb661af4023cb12f6087e1fed4e117d2219b2dc08b823c1f78574d5f66af') | |
-sha256sums_x86_64=('b3394910c6a1069882f39ad590eead0414d34d5bd73d4d47fa44e66f53454b5a') | |
+sha256sums_i686=('69eeeec837837ff5c7c796a86f7ac5b1fb442220c228b4358b450cd906f8a3c3') | |
+sha256sums_x86_64=('5a4f762a194542d38406b9b92c722b57f7910344db084e24c9c43d7719f4aa18') | |
noextract=('_terraform') | |
package() { | |
-- | |
2.10.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment