mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
watchexec: Update to version 1.21.1 (#4514)
This commit is contained in:
parent
91f37597d9
commit
fce1fd63a4
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.20.5",
|
||||
"version": "1.21.1",
|
||||
"description": "Execute commands in response to file modifications",
|
||||
"homepage": "https://github.com/watchexec/watchexec",
|
||||
"license": "Apache-2.0",
|
||||
@ -8,20 +8,17 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.5/watchexec-1.20.5-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "1e440070b1fa7528cd333d725e5b7c35d7851746bc3a1a8edf10cc3e4094fe6c",
|
||||
"extract_dir": "watchexec-1.20.5-x86_64-pc-windows-msvc"
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/v1.21.1/watchexec-1.21.1-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "47ace625bd308fe5499f50198a4dea43e9ed311e857e0f46f8f46a75eb6dfb57",
|
||||
"extract_dir": "watchexec-1.21.1-x86_64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "watchexec.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/watchexec/watchexec",
|
||||
"regex": "download/cli-v([\\d.+]+)/"
|
||||
},
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v$version/watchexec-$version-x86_64-pc-windows-msvc.zip",
|
||||
"url": "https://github.com/watchexec/watchexec/releases/download/v$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