Skip to content

Commit

Permalink
Add Dive 0.6.0 (ScoopInstaller#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 authored and r15ch13 committed Mar 7, 2019
1 parent 0bf864d commit 131cf26
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bucket/dive.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.6.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.6.0/dive_0.6.0_windows_amd64.zip",
"hash": "1ba6b1b6d1c6de335c463fb61fbd92b0b46dad9b9600000492515c94b819b623"
}
},
"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"
}
}
}

0 comments on commit 131cf26

Please sign in to comment.