summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2017-03-06 13:16:30 +0100
committerDanilo Kühn2017-03-06 13:16:30 +0100
commitc91857b31f85653ee57f153ffe84361466983d92 (patch)
tree83a22171919ad92166423ab7ec78953398b040b0
parent3b67245078c38f5801b335fdd0de536ed4193471 (diff)
downloadaur-c91857b31f85653ee57f153ffe84361466983d92.tar.gz
update to v0.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff719f5ccc6c..40c41b55d513 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.12.2
+ pkgver = 0.12.3
pkgrel = 1
url = http://www.packer.io
arch = x86_64
arch = i686
license = MPL2
depends = glibc
- source = packer-0.12.2.zip::https://releases.hashicorp.com/packer/0.12.2/packer_0.12.2_linux_amd64.zip
+ source = packer-0.12.3.zip::https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_linux_amd64.zip
source = https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer
- sha256sums = 035d0ea1fe785ab6b673bc2a79399125d4014f29151e106635fa818bb726bebf
+ sha256sums = d11c7ff78f546abaced4fcc7828f59ba1346e88276326d234b7afed32c9578fe
sha256sums = 070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459
pkgname = packer-io
diff --git a/PKGBUILD b/PKGBUILD
index f9afffc42f1f..65b2806ef942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=packer
pkgname=packer-io
-pkgver=0.12.2
+pkgver=0.12.3
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"
@@ -15,7 +15,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- '458e63a74104e3e550181f5cf2a20f29d79e326c518bcb5723399d4e56ff3f20'
+ '096b8762ff0dd7b95736ba690617b02c34576915fa1a4b60d99af9ed9f3a1006'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
else
@@ -24,7 +24,7 @@ source=(
'https://raw.githubusercontent.com/mitchellh/packer/master/contrib/zsh-completion/_packer'
)
sha256sums=(
- '035d0ea1fe785ab6b673bc2a79399125d4014f29151e106635fa818bb726bebf'
+ 'd11c7ff78f546abaced4fcc7828f59ba1346e88276326d234b7afed32c9578fe'
'070675905e14b839420282b280a15a7a72ed34c78ad403532ecd3ed5d9768459'
)
fi