ScoopInstaller_Main/bucket/watchexec.json
2020-06-06 09:21:04 +02:00

24 lines
900 B
JSON

{
"version": "1.13.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.13.1/watchexec-1.13.1-x86_64-pc-windows-msvc.zip",
"hash": "4528c1d34563d2c3fe5db3362014166f813faeed31478ab0502b416434ccd68b",
"extract_dir": "watchexec-1.13.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"
}
}
}
}