ScoopInstaller_Main/bucket/watchexec.json
2021-07-21 13:19:52 -07:00

27 lines
1014 B
JSON

{
"version": "1.17.0",
"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.17.0/watchexec-1.17.0-x86_64-pc-windows-msvc.zip",
"hash": "a4426bb24578e70c9eef712d3a781c932204469fb3b4b841ad1d5ff7919dbea6",
"extract_dir": "watchexec-1.17.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"
}
}
}
}