mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 13:24:39 +00:00
25 lines
769 B
JSON
25 lines
769 B
JSON
{
|
|
"version": "2.24.9",
|
|
"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.24.9/minify_windows_amd64.zip",
|
|
"hash": "27acfd7f4f397753edcb65ed5d167b67f35728f4f7266ec677ec12a1c64a8a84"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|