ScoopInstaller_Main/git-town.json
2017-06-07 22:00:23 +02:00

31 lines
1.1 KiB
JSON

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