2019-11-09 17:00:28 +00:00

25 lines
786 B
JSON

{
"version": "0.9.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.9.1/dive_0.9.1_windows_amd64.zip",
"hash": "33554caf4418b69b22366db4d8214b6c4be3d8944121e9839a0bc5190980c920"
}
},
"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"
}
}
}