summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eee2b6d4e93b..43dd5bc9a89d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=packer
pkgname=packer-io
-pkgver=0.8.0
+pkgver=0.8.1
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=('2c403f40b8ab0504920bb3245c699562906f93503d6db12960537993f6c7bf9c')
+sha256sums=('7e3f91941c58f2969e857fb49da52d7cb9ba3e56625e25dff27b895f33d9b929')
else
source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_amd64.zip")
-sha256sums=('74b21580a7734fd6a025cfbba5ec60b85a61cd7c99ffe87904c4c013c801e6d2')
+sha256sums=('b85451aa84f20264829916174267ae1642aec434e9a66c382d41e6c595be59d4')
fi
noextract=(${source[@]%%::*})