mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "21.0.0",
|
|
"description": "Git plugin that adds Git commands that make collaborative software development more efficient and safe.",
|
|
"homepage": "https://www.git-town.com",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"git": "git"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v21.0.0/git-town_windows_intel_64.zip",
|
|
"hash": "5ab2597cac194ae72642d61bf1c46f0e4a0dd6c50b9938aaeb5e531f40812d2f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v21.0.0/git-town_windows_arm_64.zip",
|
|
"hash": "c2c4fd3f89fb4b3b303bafaa2e1066ae7428b755c5a8190b1079e1917b38436e"
|
|
}
|
|
},
|
|
"bin": "git-town.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/git-town/git-town"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_intel_64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_arm_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|