summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kuehn2015-08-12 08:54:49 +0200
committerDanilo Kuehn2015-08-12 08:54:49 +0200
commitfd7002661505b72ed939e74f47421bb6eaa41b20 (patch)
tree8ec374c3775248de2e08edf2b9d89e0202cda282
parentb28aac104daeda6f26cb081815717b4ec15679f1 (diff)
downloadaur-fd7002661505b72ed939e74f47421bb6eaa41b20.tar.gz
Update to 0.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f53360d5606..8916ebbab249 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.2
+ pkgver = 0.8.5
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
- 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
+ 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
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index d200f9d30e64..80bacac762f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=packer
pkgname=packer-io
-pkgver=0.8.2
+pkgver=0.8.5
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=('dba50ad45afd6bf21b645a7cc71067a64b7b83db09c51a9b4707f47bf02c5c75')
+sha256sums=('a4f7dcaa6ac1f6e4dace45837c4f49d3e003c976a2b440a98d8c77618a0a7419')
else
source=("${_name}-${pkgver}.zip::https://dl.bintray.com/mitchellh/packer/${_name}_${pkgver}_linux_amd64.zip")
-sha256sums=('a80ed2594ad0f57452730c07d631059dfd85c85f25b4fe8ff226dece26921243')
+sha256sums=('f0c65a11c6527d408b844d4302f27be0492f2c2a8ae92f7b8b213aad51c88ec1')
fi
noextract=(${source[@]%%::*})