{
"version": "0.4.3",
"description": "Terminal multiplexer for Windows - tmux alternative for PowerShell and Windows Terminal",
"homepage": "https://github.com/marlocarlo/psmux",
"license": "MIT",
"notes": "For automatic updates, add the bucket: scoop bucket add psmux https://github.com/marlocarlo/scoop-psmux",
"architecture": {
"64bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v0.4.3/psmux-v0.4.3-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v0.4.3/psmux-v0.4.3-windows-x86.zip"
},
"arm64": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v0.4.3/psmux-v0.4.3-windows-arm64.zip"
}
},
"bin": [
"psmux.exe",
"pmux.exe",
"tmux.exe"
],
"checkver": {
"github": "https://github.com/marlocarlo/psmux"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-v$version-windows-x64.zip"
},
"32bit": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-v$version-windows-x86.zip"
},
"arm64": {
"url": "https://github.com/marlocarlo/psmux/releases/download/v$version/psmux-v$version-windows-arm64.zip"
}
}
}
}