ScoopInstaller_Main/packer.json
Rémy badaddd646 Update outdated apps (#1116)
* update aria2 1.28.0

* update packer 0.11.0

* update php 7.0.13

* update git 2.10.2

* update nodejs 7.1.0

* update sqlite 3.15.1

* update cmake 3.6.3

* update r 3.3.2

* update perl 5.24.0.1

* update terraform 0.7.10 / migrate to 0.7

previous version was broken, since version 0.7 all the providers are in
the main binary
https://www.terraform.io/upgrade-guides/0-7.html

* update vagrant 1.8.7

* update sbcl 1.3.11

* update imagemagick

* update ffmpeg 20161108

* update git-lfs 1.4.4
2016-11-10 07:58:56 +11:00

23 lines
735 B
JSON

{
"homepage": "https://www.packer.io",
"license": "Mozilla Public License 2.0",
"version": "0.11.0",
"architecture": {
"32bit": {
"url": "https://releases.hashicorp.com/packer/0.11.0/packer_0.11.0_windows_386.zip",
"hash": "FF8149F71021EE65E16C264E42423082B079733A612EB2B6A0A959ABD2160D4C"
},
"64bit": {
"url": "https://releases.hashicorp.com/packer/0.11.0/packer_0.11.0_windows_amd64.zip",
"hash": "0A5FAE47BD7269A3E739E7F9E6B6DEA7564A80E02F30A152C9A071155EAAA65D"
}
},
"bin": [
"packer.exe"
],
"checkver": {
"url": "https://www.packer.io/downloads.html",
"re": "Latest version: ([\\d.]+)"
}
}