ScoopInstaller_Main/bucket/watchexec.json
2022-08-04 00:34:57 +00:00

30 lines
1.1 KiB
JSON

{
"version": "1.20.5",
"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/cli-v1.20.5/watchexec-1.20.5-x86_64-pc-windows-msvc.zip",
"hash": "1e440070b1fa7528cd333d725e5b7c35d7851746bc3a1a8edf10cc3e4094fe6c",
"extract_dir": "watchexec-1.20.5-x86_64-pc-windows-msvc"
}
},
"bin": "watchexec.exe",
"checkver": {
"github": "https://github.com/watchexec/watchexec",
"regex": "download/cli-v([\\d.+]+)/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v$version/watchexec-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
}
}
}
}