Add watchexec version 1.8.6 (#2425)

This commit is contained in:
Hugo Locurcio 2018-07-23 19:47:57 +02:00 committed by Richard Kuhnt
parent 33ed512323
commit 692d5e981f

13
watchexec.json Normal file
View File

@ -0,0 +1,13 @@
{
"homepage": "https://github.com/mattgreen/watchexec",
"description": "Execute commands in response to file modifications",
"license": "Apache-2.0",
"version": "1.8.6",
"url": "https://github.com/mattgreen/watchexec/releases/download/1.8.6/watchexec-1.8.6-x86_64-pc-windows-gnu.zip",
"hash": "60084c13bafcaa9bd743f08d9094d23410eb87540f5ea1ce694843f900df326f",
"bin": "watchexec.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/mattgreen/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-gnu.zip"
}
}