ScoopInstaller_Main/bucket/watchexec.json
2022-01-25 16:30:58 +00:00

30 lines
1.1 KiB
JSON

{
"version": "1.18.3",
"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.18.3/watchexec-1.18.3-x86_64-pc-windows-msvc.zip",
"hash": "9685836e5b476cd667f98a74aca7c8f80334f5b93b146b07c3288eb1ff97b490",
"extract_dir": "watchexec-1.18.3-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"
}
}
}
}