ScoopInstaller_Main/git-town.json
2018-02-06 03:00:27 +00:00

31 lines
1.1 KiB
JSON

{
"homepage": "http://www.git-town.com/",
"version": "6.0.2",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Originate/git-town/releases/download/v6.0.2/git-town-windows-386.exe#/git-town.exe",
"hash": "9817a0b788acf5cd366ae8c94bca0656c471b3e2d7a3c8a236999491ab30641c"
},
"64bit": {
"url": "https://github.com/Originate/git-town/releases/download/v6.0.2/git-town-windows-amd64.exe#/git-town.exe",
"hash": "05b7aebcec9532a42086d62d05b0729ef5343e23464f6633c4f8ce1fc6923543"
}
},
"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"
}
}
}
}