From ce32e2028775f2ad2a6a09f6294bf999c6c9e428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 16:35:09 +0000 Subject: [PATCH] watchexec: Update to version 2.0.0 --- bucket/watchexec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/watchexec.json b/bucket/watchexec.json index dc629ef688..c661867ebb 100644 --- a/bucket/watchexec.json +++ b/bucket/watchexec.json @@ -1,5 +1,5 @@ { - "version": "1.25.1", + "version": "2.0.0", "description": "Execute commands in response to file modifications", "homepage": "https://github.com/watchexec/watchexec", "license": "Apache-2.0", @@ -8,9 +8,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/watchexec/watchexec/releases/download/v1.25.1/watchexec-1.25.1-x86_64-pc-windows-msvc.zip", - "hash": "19d5e8ddee78364c8513dbffb0bac2ad020d3b55d544624f7eced78b8f2b5788", - "extract_dir": "watchexec-1.25.1-x86_64-pc-windows-msvc" + "url": "https://github.com/watchexec/watchexec/releases/download/v2.0.0/watchexec-2.0.0-x86_64-pc-windows-msvc.zip", + "hash": "9e5121902c66755e68b038373e6f99ad7e41a784029a31729542886da516e2c2", + "extract_dir": "watchexec-2.0.0-x86_64-pc-windows-msvc" } }, "bin": "watchexec.exe",