summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2016-10-28 21:35:00 +0200
committerDanilo Kühn2016-10-28 21:35:00 +0200
commit5d4da9e1159e7669ec898bcef78c8a04f049264b (patch)
treee812913c0abdbbcf9f20848141948afee66cbe50
parent68ea1a7bd8360a346f0a39fe3e4280fec8f0e5ac (diff)
downloadaur-5d4da9e1159e7669ec898bcef78c8a04f049264b.tar.gz
update to v0.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6f784a488d9..a53a303d9b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = packer-io
pkgdesc = Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
- pkgver = 0.10.2
- pkgrel = 2
+ pkgver = 0.11.0
+ pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = unzip
- noextract = packer-0.10.2.zip
+ noextract = packer-0.11.0.zip
noextract = https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer
- source = packer-0.10.2.zip::https://releases.hashicorp.com/packer/0.10.2/packer_0.10.2_linux_amd64.zip
+ source = packer-0.11.0.zip::https://releases.hashicorp.com/packer/0.11.0/packer_0.11.0_linux_amd64.zip
source = https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer
- sha256sums = 86c78bae6bd09afb4ddb86915cb71a22fb81ea79578bbf65de3ef48c842d9b2b
+ sha256sums = 318ffffa13763eb6f29f28f572656356dc3dbf8d54c01ffddd1c5e2f08593adb
sha256sums = 070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index 99d13e7dc5b5..c1449726936d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name=packer
pkgname=packer-io
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.11.0
+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"
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- 'ffb1b4679b46f5149a41671a767519cfc36387210402a00d25fc296b01cf54ad'
+ 'abc25443416641e2277c8d968c6557bf9a009f9dc6ece4f0932acbb53c6c6fee'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
else
@@ -26,7 +26,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- '86c78bae6bd09afb4ddb86915cb71a22fb81ea79578bbf65de3ef48c842d9b2b'
+ '318ffffa13763eb6f29f28f572656356dc3dbf8d54c01ffddd1c5e2f08593adb'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
fi