mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
27 lines
1014 B
JSON
27 lines
1014 B
JSON
{
|
|
"version": "1.16.1",
|
|
"description": "Execute commands in response to file modifications",
|
|
"homepage": "https://github.com/watchexec/watchexec",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v1.16.1/watchexec-1.16.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f1c188390b30a531555629551b678e57c00c69ddf6244b928f321a3721e88d22",
|
|
"extract_dir": "watchexec-1.16.1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|