mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "16.4.1",
|
|
"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/v16.4.1/git-town_windows_intel_64.zip",
|
|
"hash": "cb3aa373fe933ceb378e43fd9a2cc11a76a48e3f015b458b949752911df02aa2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v16.4.1/git-town_windows_arm_64.zip",
|
|
"hash": "8475b76e3bac689f6abd20682be51b6e946465cf2031eb1f2bce19cbc922c18c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|