ScoopInstaller_Main/bucket/worktrunk.json
2026-02-26 20:31:49 +00:00

27 lines
870 B
JSON

{
"version": "0.28.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.28.0/worktrunk-x86_64-pc-windows-msvc.zip",
"hash": "8cb44bcf30b7b113a12382bd3002868657e29ca9ddf5f432bb84d28a82e0fa5f"
}
},
"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"
}
}
}