ScoopInstaller_Main/bucket/worktrunk.json
2026-02-17 20:31:59 +00:00

27 lines
870 B
JSON

{
"version": "0.25.0",
"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.25.0/worktrunk-x86_64-pc-windows-msvc.zip",
"hash": "038146bee263a49b3cc15be65c96fc400b8c465a85899421b5e3c0e634014bc8"
}
},
"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"
}
}
}