summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2016-02-11 09:23:37 +0100
committerDanilo Kühn2016-02-11 09:23:37 +0100
commitfd9ffd918b5ceaabf8f78848e175dd342b2419c9 (patch)
tree438eefdac9ee3ebfb581f9042be8f0c1b79675f8
parent131a74304025f16a6fe13674fecb4fb27b82977a (diff)
downloadaur-fd9ffd918b5ceaabf8f78848e175dd342b2419c9.tar.gz
Update to v0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acf6fc9d1dd8..1ff42954c9d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Thu Feb 11 08:23:17 UTC 2016
pkgbase = packer-io
pkgdesc = Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
pkgver = 0.8.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
noextract = packer-0.8.6.zip
- source = packer-0.8.6.zip::https://dl.bintray.com/mitchellh/packer/packer_0.8.6_linux_amd64.zip
+ source = packer-0.8.6.zip::https://releases.hashicorp.com/packer/0.8.6/packer_0.8.6_linux_amd64.zip
sha256sums = 2f1ca794e51de831ace30792ab0886aca516bf6b407f6027e816ba7ca79703b5
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index 9399269d114f..109e750c256e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=packer
pkgname=packer-io
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration."
url="http://www.packer.io"
arch=('x86_64' 'i686')
@@ -12,10 +12,10 @@ depends=(unzip)
optdepends=()
conflicts=()
if test "$CARCH" == i686; then
-source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_386.zip")
+source=("${_name}-${pkgver}.zip::https://releases.hashicorp.com/packer/0.8.6/packer_${pkgver}_linux_386.zip")
sha256sums=('d1385af26ea42560ddc4f4958c88cb00c3e4a9f8a2d88a81c96b4bf1cb60369b')
else
-source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_amd64.zip")
+source=("${_name}-${pkgver}.zip::https://releases.hashicorp.com/packer/0.8.6/packer_${pkgver}_linux_amd64.zip")
sha256sums=('2f1ca794e51de831ace30792ab0886aca516bf6b407f6027e816ba7ca79703b5')
fi
noextract=(${source[@]%%::*})