summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kuehn2015-07-15 09:59:40 +0200
committerDanilo Kuehn2015-07-15 09:59:40 +0200
commit7f1650befa4eb5e9b374666c9d2ee7988b0ab856 (patch)
treeb51ffa9fdd0e506ec6368d9b7ee613b6d18dbc62
parenteb1bd76585113a87eaaad84c16feab1e8b4d9f0a (diff)
downloadaur-7f1650befa4eb5e9b374666c9d2ee7988b0ab856.tar.gz
Update to 0.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e2f95e888a..8d26f6d515dd 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.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
- noextract = packer-0.8.0.zip
- source = packer-0.8.0.zip::https://dl.bintray.com/mitchellh/packer/packer_0.8.0_linux_amd64.zip
- sha256sums = 74b21580a7734fd6a025cfbba5ec60b85a61cd7c99ffe87904c4c013c801e6d2
+ 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
pkgname = packer-io
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cca682895ffd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.zip
+*.pkg.tar.xz
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[@]%%::*})