watchexec: Update to version 1.21.1 (#4514)

This commit is contained in:
Rashil Gandhi 2023-03-05 18:09:01 +05:30 committed by GitHub
parent 91f37597d9
commit fce1fd63a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "1.20.5", "version": "1.21.1",
"description": "Execute commands in response to file modifications", "description": "Execute commands in response to file modifications",
"homepage": "https://github.com/watchexec/watchexec", "homepage": "https://github.com/watchexec/watchexec",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -8,20 +8,17 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/watchexec/watchexec/releases/download/cli-v1.20.5/watchexec-1.20.5-x86_64-pc-windows-msvc.zip", "url": "https://github.com/watchexec/watchexec/releases/download/v1.21.1/watchexec-1.21.1-x86_64-pc-windows-msvc.zip",
"hash": "1e440070b1fa7528cd333d725e5b7c35d7851746bc3a1a8edf10cc3e4094fe6c", "hash": "47ace625bd308fe5499f50198a4dea43e9ed311e857e0f46f8f46a75eb6dfb57",
"extract_dir": "watchexec-1.20.5-x86_64-pc-windows-msvc" "extract_dir": "watchexec-1.21.1-x86_64-pc-windows-msvc"
} }
}, },
"bin": "watchexec.exe", "bin": "watchexec.exe",
"checkver": { "checkver": "github",
"github": "https://github.com/watchexec/watchexec",
"regex": "download/cli-v([\\d.+]+)/"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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" "extract_dir": "watchexec-$version-x86_64-pc-windows-msvc"
} }
} }