William McGann 1c75bede85 [WIP] checkver fixup (#862)
* Updating go to 1.6.2

* Updating packer to 0.10.1

* Fixing regex for checkver.
2016-05-24 12:55:23 +10:00

22 lines
726 B
JSON

{
"homepage": "http://www.rust-lang.org",
"version": "1.8.0",
"license": "MIT/Apache 2.0",
"architecture": {
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.8.0-i686-pc-windows-gnu.msi",
"hash": "4882b3706599cd558654e7c79dd484aef22cd2db1ae263d6b7255a1805abda06"
},
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.8.0-x86_64-pc-windows-gnu.msi",
"hash": "3ad131cb476a6c92e09ba0ebc95af4173ea6e9dcf72d9b4973b569ca7b0a6b20"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": "var rec_package_name = \"([0-9\\.]+)\";"
}