From 2494c1ce2b90f65e06748e5fe421903e789b1207 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Tue, 15 Dec 2020 01:56:00 +0800 Subject: [PATCH] diun: Add version 4.9.0 (#1657) --- bucket/diun.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/diun.json diff --git a/bucket/diun.json b/bucket/diun.json new file mode 100644 index 0000000000..5e59ff80b8 --- /dev/null +++ b/bucket/diun.json @@ -0,0 +1,32 @@ +{ + "version": "4.9.0", + "description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry", + "homepage": "https://github.com/crazy-max/diun", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/crazy-max/diun/releases/download/v4.9.0/diun_4.9.0_windows_x86_64.zip", + "hash": "fa25676061a60f2764c96ce4d76853b4c09f86c33f2c0db36f6abb1e9599b542" + }, + "32bit": { + "url": "https://github.com/crazy-max/diun/releases/download/v4.9.0/diun_4.9.0_windows_i386.zip", + "hash": "335f671f913238427a45d8ea63eebd29ec0f49e2c55d62904542ae510d6df792" + } + }, + "bin": "diun.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/crazy-max/diun/releases/download/v$version/diun_$version_windows_i386.zip" + } + }, + "hash": { + "url": "https://github.com/crazy-max/diun/releases/download/v$version/checksums.txt", + "mode": "extract" + } + } +}