summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kuehn2015-07-30 09:12:40 +0200
committerDanilo Kuehn2015-07-30 09:12:40 +0200
commitb28aac104daeda6f26cb081815717b4ec15679f1 (patch)
tree0e5fff70257de3f2cb935eca281e9031e17087de
parent7f1650befa4eb5e9b374666c9d2ee7988b0ab856 (diff)
downloadaur-b28aac104daeda6f26cb081815717b4ec15679f1.tar.gz
Update to 0.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d26f6d515dd..4f53360d5606 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.1
+ pkgver = 0.8.2
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
- noextract = packer-0.8.1.zip
- source = packer-0.8.1.zip::https://dl.bintray.com/mitchellh/packer/packer_0.8.1_linux_amd64.zip
- sha256sums = b85451aa84f20264829916174267ae1642aec434e9a66c382d41e6c595be59d4
+ noextract = packer-0.8.2.zip
+ source = packer-0.8.2.zip::https://dl.bintray.com/mitchellh/packer/packer_0.8.2_linux_amd64.zip
+ sha256sums = a80ed2594ad0f57452730c07d631059dfd85c85f25b4fe8ff226dece26921243
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index 43dd5bc9a89d..d200f9d30e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=packer
pkgname=packer-io
-pkgver=0.8.1
+pkgver=0.8.2
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=('7e3f91941c58f2969e857fb49da52d7cb9ba3e56625e25dff27b895f33d9b929')
+sha256sums=('dba50ad45afd6bf21b645a7cc71067a64b7b83db09c51a9b4707f47bf02c5c75')
else
source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_amd64.zip")
-sha256sums=('b85451aa84f20264829916174267ae1642aec434e9a66c382d41e6c595be59d4')
+sha256sums=('a80ed2594ad0f57452730c07d631059dfd85c85f25b4fe8ff226dece26921243')
fi
noextract=(${source[@]%%::*})