summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kuehn2015-08-31 20:30:56 +0200
committerDanilo Kuehn2015-08-31 20:30:56 +0200
commit131a74304025f16a6fe13674fecb4fb27b82977a (patch)
tree8df46e1fbb9bd3344b5f30021e0cf719aaed1ee8
parentfd7002661505b72ed939e74f47421bb6eaa41b20 (diff)
downloadaur-131a74304025f16a6fe13674fecb4fb27b82977a.tar.gz
Update to v0.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8916ebbab249..acf6fc9d1dd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = packer-io
pkgdesc = Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
- pkgver = 0.8.5
+ pkgver = 0.8.6
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
- noextract = packer-0.8.5.zip
- source = packer-0.8.5.zip::https://dl.bintray.com/mitchellh/packer/packer_0.8.5_linux_amd64.zip
- sha256sums = f0c65a11c6527d408b844d4302f27be0492f2c2a8ae92f7b8b213aad51c88ec1
+ 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
+ sha256sums = 2f1ca794e51de831ace30792ab0886aca516bf6b407f6027e816ba7ca79703b5
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index 80bacac762f1..9399269d114f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=packer
pkgname=packer-io
-pkgver=0.8.5
+pkgver=0.8.6
pkgrel=1
pkgdesc="Packer is a tool for creating identical machine images for multiple platforms from a single source configuration."
url="http://www.packer.io"
@@ -13,10 +13,10 @@ optdepends=()
conflicts=()
if test "$CARCH" == i686; then
source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_386.zip")
-sha256sums=('a4f7dcaa6ac1f6e4dace45837c4f49d3e003c976a2b440a98d8c77618a0a7419')
+sha256sums=('d1385af26ea42560ddc4f4958c88cb00c3e4a9f8a2d88a81c96b4bf1cb60369b')
else
source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_amd64.zip")
-sha256sums=('f0c65a11c6527d408b844d4302f27be0492f2c2a8ae92f7b8b213aad51c88ec1')
+sha256sums=('2f1ca794e51de831ace30792ab0886aca516bf6b407f6027e816ba7ca79703b5')
fi
noextract=(${source[@]%%::*})