ScoopInstaller_Main/bucket/watchexec.json
2021-04-11 09:44:58 +02:00

24 lines
900 B
JSON

{
"version": "1.15.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/1.15.0/watchexec-1.15.0-x86_64-pc-windows-msvc.zip",
"hash": "17a63a3c22cef72a61b007fdd965ae0f52baa4ba113cb476a56f695dd9152aa0",
"extract_dir": "watchexec-1.15.0-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"
}
}
}
}