ScoopInstaller_Main/bucket/worktrunk.json
2026-02-28 12:31:46 +00:00

27 lines
870 B
JSON

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