Update packer to version 0.12.3

This commit is contained in:
Richard 2017-03-02 03:00:44 +01:00
parent 3fe6c7c894
commit 3f73d76404

View File

@ -1,15 +1,15 @@
{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "0.12.2",
"version": "0.12.3",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/packer/0.12.2/packer_0.12.2_windows_amd64.zip",
"hash": "2d8704a958af1e593c56aaf7da2be511eda535dd6e509dec84dfe28e8c48c5b5"
"url": "https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_windows_amd64.zip",
"hash": "8ce6868205f9a9cf883d39d136d804c2bbe80aede0d2f09fe999807a82dc937b"
},
"32bit": {
"url": "https://releases.hashicorp.com/packer/0.12.2/packer_0.12.2_windows_386.zip",
"hash": "4e52975f3b46f97222858b2a1bf9bcd68d5485c3697775b3cfee98a16fce1812"
"url": "https://releases.hashicorp.com/packer/0.12.3/packer_0.12.3_windows_386.zip",
"hash": "8c5c3529d8e33d3bcec2f3b9d91c7156525d7c37b10a958b3ffb936eddb473f0"
}
},
"bin": [
@ -17,7 +17,7 @@
],
"checkver": {
"url": "https://releases.hashicorp.com/packer/",
"re": "packer_([\\d.]+)<\/a>"
"re": "packer_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {