From fce1fd63a48e6f8f15a30aea11401c5ef7ba98d7 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:09:01 +0530 Subject: [PATCH] watchexec: Update to version 1.21.1 (#4514) --- bucket/watchexec.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/bucket/watchexec.json b/bucket/watchexec.json index 78c475f64a..ab9c29b3ca 100644 --- a/bucket/watchexec.json +++ b/bucket/watchexec.json @@ -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" } }