mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
789 B
JSON
25 lines
789 B
JSON
{
|
|
"version": "0.10.0",
|
|
"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.10.0/dive_0.10.0_windows_amd64.zip",
|
|
"hash": "e88cf463b48d9edc22f71b63d43f076826f32f6777ac9a8d288dd3dd8f0599e3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|