Add hyper version 1.3.3.

This commit is contained in:
Matthew J. Berger 2017-08-25 10:22:29 -07:00
parent 2e17f54979
commit b020d97a69

21
hyper.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.3.3",
"license": "MIT",
"url": "https://github.com/zeit/hyper/releases/download/1.3.3/hyper-1.3.3-full.nupkg#/dl.7z",
"homepage": "https://hyper.is",
"hash": "1b51d923e6e2bf03389056bd75d894321dd0db7d5fc365fb038101cc309be767",
"extract_dir": "lib\\net45",
"shortcuts": [
[
"Hyper.exe",
"Hyper"
]
],
"checkver": {
"github": "https://github.com/zeit/hyper"
},
"autoupdate": {
"url": "https://github.com/zeit/hyper/releases/download/$version/hyper-$version-full.nupkg#/dl.7z",
"extract_dir": "lib\\net45"
}
}