mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 04:21:20 +00:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"version": "18.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/v18.1.0/git-town_windows_intel_64.zip",
|
|
"hash": "3fcc80c9b2657f514069f712685b133bc8d5b395968254768d6184d9f2a503a9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/git-town/git-town/releases/download/v18.1.0/git-town_windows_arm_64.zip",
|
|
"hash": "47e479c20a81b2ce152ebf7e871ba87a3035a23552308db179b15524ef82239b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|