minify: Add version 2.20.34 (#5949)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
espinosa 2024-06-25 12:53:38 +02:00 committed by GitHub
parent 89f7ede974
commit 79d61cd6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
bucket/minify.json Normal file
View File

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