ScoopInstaller_Main/bucket/worktrunk.json
2026-02-13 20:32:32 +00:00

27 lines
870 B
JSON

{
"version": "0.23.3",
"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.23.3/worktrunk-x86_64-pc-windows-msvc.zip",
"hash": "40cf9944d0a27e802fef2ad0f90bc48256ae54cfb936174109589d9838f3f3f8"
}
},
"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"
}
}
}