From 57911bcc80b142326759c7d11bf550f71bce2357 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 5 Sep 2021 23:00:49 +0000 Subject: [PATCH] diun: Update to version 4.20.0 --- bucket/diun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diun.json b/bucket/diun.json index d8e8495002..9732fe0303 100644 --- a/bucket/diun.json +++ b/bucket/diun.json @@ -1,16 +1,16 @@ { - "version": "4.19.0", + "version": "4.20.0", "description": "A CLI application to receive notifications when a Docker image is updated on a Docker registry", "homepage": "https://crazymax.dev/diun/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/crazy-max/diun/releases/download/v4.19.0/diun_4.19.0_windows_amd64.zip", - "hash": "8f9c9f0cf79548ebefbff2971762e4dd490931a221f0566aacd9009efe858180" + "url": "https://github.com/crazy-max/diun/releases/download/v4.20.0/diun_4.20.0_windows_amd64.zip", + "hash": "5ce852eafa2d81ae96b85fb5e2756d5d6b025177ecc416330af9b722e8d47da1" }, "32bit": { - "url": "https://github.com/crazy-max/diun/releases/download/v4.19.0/diun_4.19.0_windows_386.zip", - "hash": "a25ca892a4fa322f2895074f3598a4e360d59e902e752e3830ddc48bdaa7f673" + "url": "https://github.com/crazy-max/diun/releases/download/v4.20.0/diun_4.20.0_windows_386.zip", + "hash": "6218c74088a23adb5da867a701f3a3e1c68841baaf2c0d49363a72b6ffb14a8f" } }, "bin": "diun.exe",