mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
25 lines
769 B
JSON
25 lines
769 B
JSON
{
|
|
"version": "2.23.0",
|
|
"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.23.0/minify_windows_amd64.zip",
|
|
"hash": "54f1175d0c147ebe65423561b2b71724ccb47a3e1df1971ee788b3d373186e85"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|