ScoopInstaller_Main/git-town.json
2018-01-15 18:01:48 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "http://www.git-town.com/",
"version": "6.0.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v6.0.0/git-town-windows-386.exe#/git-town.exe",
"hash": "ec19262fa7732c31c2bcbd4e058d8614fd47c6fcf37deacf458a18b6280e7152"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v6.0.0/git-town-windows-amd64.exe#/git-town.exe",
"hash": "3b393d671fefc227c826d7a651a15c14fa949ffbf989cb688239a8666ed3b36c"
}
},
"depends": "git",
"bin": "git-town.exe",
"checkver": {
"github": "https://github.com/Originate/git-town"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-386.exe#/git-town.exe"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v$version/git-town-windows-amd64.exe#/git-town.exe"
}
}
}
}