ScoopInstaller_Main/git-town.json
2018-04-06 00:00:44 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "http://www.git-town.com/",
"version": "7.1.0",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v7.1.0/git-town-windows-386.exe#/git-town.exe",
"hash": "2f6073e6a83c48c1b674357a2fb28175bd17db745f510777d3004c899d723f9b"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v7.1.0/git-town-windows-amd64.exe#/git-town.exe",
"hash": "bf6a1375f9d68c834a79e9b7a64f39818bdc6f69f499a88873c75462ee842723"
}
},
"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"
}
}
}
}