From 0e50f58e2252b600cb00105fc1ac57df9c2c81dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 7 Mar 2019 22:14:42 +0100 Subject: [PATCH] Add Dive 0.6.0 (#3185) --- dive.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dive.json diff --git a/dive.json b/dive.json new file mode 100644 index 0000000000..5fa514f71e --- /dev/null +++ b/dive.json @@ -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" + } + } +}