add git-town

This commit is contained in:
Rémy 2017-05-22 15:56:42 +02:00 committed by Rémy
parent aecb7f122d
commit d753cf6e83

30
git-town.json Normal file
View File

@ -0,0 +1,30 @@
{
"homepage": "http://www.git-town.com/",
"version": "4.0.1",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v4.0.1/git-town-windows-386.exe#/git-town.exe",
"hash": "e6cf229004a67cce6c9428344324a94fb9a4a025c4f9b73df1a0f48d9555c3cd"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v4.0.1/git-town-windows-amd64.exe#/git-town.exe",
"hash": "62c52dc7a71c323f9068159924cd1594e0b1d8c56bcc24cb0af6cba6a5f45748"
}
},
"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"
}
}
}
}