2019-09-07 13:00:16 +00:00

25 lines
786 B
JSON

{
"version": "0.8.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.8.1/dive_0.8.1_windows_amd64.zip",
"hash": "98bf52df6d06901a3f5e11538957581c4e26de6e28ddbdf129c19194071c29c2"
}
},
"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"
}
}
}