mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "21.1.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.1.0/git-town_windows_intel_64.zip",
|
|
"hash": "6fba04df6e80d3121f070ea0b568e5e2322071323c909307e60174b800246fe5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v21.1.0/git-town_windows_arm_64.zip",
|
|
"hash": "a83004d73a9577d82ae3f4f9fb966e359c572b86d5014478f6ed92ea96f1e570"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|