mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-09 13:15:15 +00:00
25 lines
786 B
JSON
25 lines
786 B
JSON
{
|
|
"version": "0.7.1",
|
|
"description": "A tool for exploring each layer in a docker image.",
|
|
"homepage": "https://github.com/wagoodman/dive/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wagoodman/dive/releases/download/v0.7.1/dive_0.7.1_windows_amd64.zip",
|
|
"hash": "a8c7a1ee450cbe223808484e9ee6c36c24ef1d35179997426caf9d1fc6cd871d"
|
|
}
|
|
},
|
|
"bin": "dive.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/wagoodman/dive/releases/download/v$version/dive_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/dive_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|