ScoopInstaller_Main/bucket/watchexec.json
2024-10-14 12:32:32 +00:00

27 lines
964 B
JSON

{
"version": "2.2.0",
"description": "Execute commands in response to file modifications",
"homepage": "https://github.com/watchexec/watchexec",
"license": "Apache-2.0",
"suggest": {
"vcredist": "extras/vcredist2005"
},
"architecture": {
"64bit": {
"url": "https://github.com/watchexec/watchexec/releases/download/v2.2.0/watchexec-2.2.0-x86_64-pc-windows-msvc.zip",
"hash": "b98cdc733ab62eb8f18c066e6fe4c6452638e943ce0be6bf18d8c5603cb12410",
"extract_dir": "watchexec-2.2.0-x86_64-pc-windows-msvc"
}
},
"bin": "watchexec.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/watchexec/watchexec/releases/download/v$version/watchexec-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
}
}
}
}