mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "1.19.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/cli-v1.19.0/watchexec-1.19.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "d85a4708aed8a5940c396a6807eb796bce1ad8b7d8646a7eade97fda8395cecc",
|
|
"extract_dir": "watchexec-1.19.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|