mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "21.4.2",
|
|
"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.4.2/git-town_windows_intel_64.zip",
|
|
"hash": "41da81e42ed42f454d998771854ab2f33a1c1d6bdb0a725a81aab8954bdd2b7d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v21.4.2/git-town_windows_arm_64.zip",
|
|
"hash": "815755569a036a1e6f7c1c8c14a431cc66f34cdefb43d9b31f76309e6476c7a6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|