diff --git a/hyper.json b/hyper.json new file mode 100644 index 0000000000..bb17178b95 --- /dev/null +++ b/hyper.json @@ -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" + } +}