From b020d97a69f406e41aacd5eec69a49ffbcf22cb0 Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Fri, 25 Aug 2017 10:22:29 -0700 Subject: [PATCH] Add hyper version 1.3.3. --- hyper.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hyper.json 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" + } +}