mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
watchexec: Fix manifest (#1149)
This commit is contained in:
parent
a04240cac2
commit
107b6e20a7
@ -1,15 +1,23 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://github.com/mattgreen/watchexec",
|
"version": "1.13.0",
|
||||||
"description": "Execute commands in response to file modifications",
|
"description": "Execute commands in response to file modifications",
|
||||||
|
"homepage": "https://github.com/watchexec/watchexec",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "1.12.0",
|
"architecture": {
|
||||||
"url": "https://github.com/mattgreen/watchexec/releases/download/1.12.0/watchexec-1.12.0-x86_64-pc-windows-msvc.zip",
|
"64bit": {
|
||||||
"hash": "4005419192054cc42dcd3ce83458168ac271b1a1b5ee4b6ac26828a2068661b3",
|
"url": "https://github.com/watchexec/watchexec/releases/download/1.13.0/watchexec-1.13.0-x86_64-pc-windows-msvc.zip",
|
||||||
"extract_dir": "watchexec-1.12.0-x86_64-pc-windows-msvc",
|
"hash": "ec370690493011997f094d2bc5f1ca3f35333c64dbcec2a6cb53bd60288c8c44",
|
||||||
|
"extract_dir": "watchexec-1.13.0-x86_64-pc-windows-msvc"
|
||||||
|
}
|
||||||
|
},
|
||||||
"bin": "watchexec.exe",
|
"bin": "watchexec.exe",
|
||||||
"checkver": "github",
|
"checkver": "github",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/mattgreen/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-msvc.zip",
|
"architecture": {
|
||||||
"extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user