ScoopInstaller_Main/bucket/watchexec.json
2020-09-30 08:55:28 +02:00

24 lines
900 B
JSON

{
"version": "1.14.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/1.14.1/watchexec-1.14.1-x86_64-pc-windows-msvc.zip",
"hash": "90d31eedf1f499a04ab46c5a6fc1233818fcab238951d5838a6d39b3719f54d3",
"extract_dir": "watchexec-1.14.1-x86_64-pc-windows-msvc"
}
},
"bin": "watchexec.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/watchexec/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
}
}
}
}