mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 20:34:43 +00:00
27 lines
870 B
JSON
27 lines
870 B
JSON
{
|
|
"version": "0.26.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.26.1/worktrunk-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d393efd1d965d3d13bff52f5081d0c97a74afb1ca3c8ef47e4d1c879f8e6b711"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|