summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Hodne <henrik@travis-ci.com>2015-10-30 16:14:27 +0100
committerHenrik Hodne <henrik@travis-ci.com>2015-10-30 16:15:51 +0100
commit2a75c080757193b66cafa3a520906c749232aa92 (patch)
tree263470968e085dc989a71ef8f90b23b6e589e417
parente5fd0a3cc41cdfd6cfc8defde66d63accd78f019 (diff)
Download from Hashicorp releases instead of Bintray
These are the new URL on the Terraform download page.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7f916..f82ad43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = terraform-bin
pkgdesc = Tool for building, changing, and versioning infrastructure safely and efficiently
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.terraform.io/
arch = i686
arch = x86_64
license = MPL
conflicts = terraform
- source_i686 = https://dl.bintray.com/mitchellh/terraform/terraform_0.6.6_linux_386.zip
+ source_i686 = https://releases.hashicorp.com/terraform/0.6.6/terraform_0.6.6_linux_386.zip
sha256sums_i686 = 27fbf1818a7aa7848a24d685198c213103f04566e4cf5d4f4f2846bf1da441bb
- source_x86_64 = https://dl.bintray.com/mitchellh/terraform/terraform_0.6.6_linux_amd64.zip
+ source_x86_64 = https://releases.hashicorp.com/terraform/0.6.6/terraform_0.6.6_linux_amd64.zip
sha256sums_x86_64 = 497e9f9ace4c3da9afd8240222f6f29a7209b3a9ac5b143cefe117e41d5985f4
pkgname = terraform-bin
diff --git a/PKGBUILD b/PKGBUILD
index acd5bfb..3b2e34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=terraform-bin
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
url='http://www.terraform.io/'
arch=('i686' 'x86_64')
license=('MPL')
conflicts=('terraform')
-# http://dl.bintray.com/mitchellh/terraform/terraform_0.6.3_SHA256SUMS
-source_i686=("https://dl.bintray.com/mitchellh/terraform/terraform_${pkgver}_linux_386.zip")
-source_x86_64=("https://dl.bintray.com/mitchellh/terraform/terraform_${pkgver}_linux_amd64.zip")
+# http://dl.bintray.com/mitchellh/terraform/terraform_0.6.6_SHA256SUMS
+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_i686=('27fbf1818a7aa7848a24d685198c213103f04566e4cf5d4f4f2846bf1da441bb')
sha256sums_x86_64=('497e9f9ace4c3da9afd8240222f6f29a7209b3a9ac5b143cefe117e41d5985f4')