mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
25 lines
769 B
JSON
25 lines
769 B
JSON
{
|
|
"version": "2.24.1",
|
|
"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.1/minify_windows_amd64.zip",
|
|
"hash": "b75aec843fa1c4a038cfdd734bb1aac08e0b31cf0f474b424f33c78ec77c0719"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|