ScoopInstaller_Main/git-town.json
2017-06-09 01:00:33 +02:00

31 lines
1.1 KiB
JSON

{
"homepage": "http://www.git-town.com/",
"version": "4.1.2",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v4.1.2/git-town-windows-386.exe#/git-town.exe",
"hash": "9c62977c264cace211fda085b573137338ff5bb634e795566d1ed546127b21aa"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v4.1.2/git-town-windows-amd64.exe#/git-town.exe",
"hash": "7cb289ea9b2880ed580c9ab41de41b2af38cbfd3624a667f4ae0cb4fe9c4ef1e"
}
},
"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"
}
}
}
}