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" + } + } + } + } +}