From f114494d6f8ebc6347ad4ec49cc11a9c9aea65ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 12 May 2021 23:51:15 -0700 Subject: [PATCH] watchexec: Update to version 1.16.0 --- bucket/watchexec.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/bucket/watchexec.json b/bucket/watchexec.json index 5f571f1010..90fbdfd512 100644 --- a/bucket/watchexec.json +++ b/bucket/watchexec.json @@ -1,21 +1,24 @@ { - "version": "1.15.3", + "version": "1.16.0", "description": "Execute commands in response to file modifications", "homepage": "https://github.com/watchexec/watchexec", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/watchexec/watchexec/releases/download/1.15.3/watchexec-1.15.3-x86_64-pc-windows-msvc.zip", - "hash": "ef9f2d85c0e55bfa119151c8add1d39ff0b03c63bb7ba2887befc991190bab76", - "extract_dir": "watchexec-1.15.3-x86_64-pc-windows-msvc" + "url": "https://github.com/watchexec/watchexec/releases/download/cli-v1.16.0/watchexec-1.16.0-x86_64-pc-windows-msvc.zip", + "hash": "d344fdd354aa46c5bde3dc17087992a0c864202cb171fa90c8f3483dd219549a", + "extract_dir": "watchexec-1.16.0-x86_64-pc-windows-msvc" } }, "bin": "watchexec.exe", - "checkver": "github", + "checkver": { + "github": "https://github.com/watchexec/watchexec", + "regex": "download/cli-v([\\d.+]+)/" + }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/watchexec/watchexec/releases/download/$version/watchexec-$version-x86_64-pc-windows-msvc.zip", + "url": "https://github.com/watchexec/watchexec/releases/download/cli-v$version/watchexec-$version-x86_64-pc-windows-msvc.zip", "extract_dir": "watchexec-$version-x86_64-pc-windows-msvc" } }