mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
27 lines
870 B
JSON
27 lines
870 B
JSON
{
|
|
"version": "0.24.1",
|
|
"description": "A CLI for Git worktree management, designed for parallel AI agent workflows.",
|
|
"homepage": "https://worktrunk.dev",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/max-sixty/worktrunk/releases/download/v0.24.1/worktrunk-x86_64-pc-windows-msvc.zip",
|
|
"hash": "dbaa1435af9ccd7b3d302f534f6983dc7854af66703b3e2c7735a7b24d0b32cf"
|
|
}
|
|
},
|
|
"bin": "git-wt.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/max-sixty/worktrunk"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/max-sixty/worktrunk/releases/download/v$version/worktrunk-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|