From a040e7b27d7523d9ce8528e05277864d31fa9bac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Mar 2018 15:25:19 +0200 Subject: [PATCH] Add git-sizer version 1.1.0 --- git-sizer.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 git-sizer.json diff --git a/git-sizer.json b/git-sizer.json new file mode 100644 index 0000000000..b3fe68ea22 --- /dev/null +++ b/git-sizer.json @@ -0,0 +1,29 @@ +{ + "homepage": "https://github.com/github/git-sizer", + "version": "1.1.0", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/github/git-sizer/releases/download/v1.1.0/git-sizer-1.1.0-windows-amd64.zip", + "hash": "24383cf861d46436c943458afca5ca6caa67161d1d58ad32e44ecee651493666" + }, + "32bit": { + "url": "https://github.com/github/git-sizer/releases/download/v1.1.0/git-sizer-1.1.0-windows-386.zip", + "hash": "c598c84764aec2003a1772865d29d7936636863ee367df958f90fb25e59cee37" + } + }, + "bin": "git-sizer.exe", + "checkver": { + "github": "https://github.com/github/git-sizer" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/github/git-sizer/releases/download/v$version/git-sizer-$version-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/github/git-sizer/releases/download/v$version/git-sizer-$version-windows-386.zip" + } + } + } +}