From 79d61cd6da55de2e535c4cb49f18d69c4e78d456 Mon Sep 17 00:00:00 2001 From: espinosa Date: Tue, 25 Jun 2024 12:53:38 +0200 Subject: [PATCH] minify: Add version 2.20.34 (#5949) Co-authored-by: Hsiao-nan Cheung --- bucket/minify.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/minify.json diff --git a/bucket/minify.json b/bucket/minify.json new file mode 100644 index 0000000000..ae84df6fcd --- /dev/null +++ b/bucket/minify.json @@ -0,0 +1,24 @@ +{ + "version": "2.20.34", + "description": "Go minifiers for web formats", + "homepage": "https://github.com/tdewolff/minify", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/tdewolff/minify/releases/download/v2.20.34/minify_windows_amd64.zip", + "hash": "53b4c61af1d4f9e5952f19013015fb497f0bc3520b0d6d5b61d10672e89f1f89" + } + }, + "bin": "minify.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tdewolff/minify/releases/download/v$version/minify_windows_amd64.zip", + "hash": { + "url": "$baseurl/checksums.txt" + } + } + } + } +}