[arch-commits] Commit in terraform/trunk (PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Fri Oct 27 06:39:50 UTC 2017
Date: Friday, October 27, 2017 @ 06:39:48
Author: jleclanche
Revision: 264578
upgpkg: terraform 0.10.8-1
Upstream release 0.10.8
Modified:
terraform/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-27 06:26:38 UTC (rev 264577)
+++ PKGBUILD 2017-10-27 06:39:48 UTC (rev 264578)
@@ -2,7 +2,7 @@
# Maintainer: Jerome Leclanche <jerome at leclan.ch>
pkgname=terraform
-pkgver=0.10.7
+pkgver=0.10.8
pkgrel=1
pkgdesc="Tool for building, changing, and versioning infrastructure safely and efficiently"
url="http://www.terraform.io/"
@@ -11,13 +11,13 @@
makedepends=("go-pie" "godep" "git" "mercurial")
conflicts=("terraform-bin")
_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha256sums=("4959ace3c3c350d4121e235ba64771f94e5d5a4a6acdd5bce1c053a417283938")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
+sha256sums=("b076726f00b0488fc95bb041e982cb6aeaf280395d31f322017dd143bbabd7c4")
prepare() {
mkdir -p "$srcdir/src/$_gourl"
- rm -rf "${srcdir}/src/$_gourl/$pkgname"
+ rm -rf "$srcdir/src/$_gourl/$pkgname"
mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
msg2 "Fetching dependencies"
cd "$srcdir/src/$_gourl/$pkgname"
More information about the arch-commits
mailing list