From 8e83abb1820a31494eb456a3f15002c2efd82566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 5 Jan 2021 05:35:05 +0100 Subject: [PATCH] diun: Update to version 4.11.0 --- bucket/diun.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/diun.json b/bucket/diun.json index c985bab445..324f7098e5 100644 --- a/bucket/diun.json +++ b/bucket/diun.json @@ -1,16 +1,16 @@ { - "version": "4.10.0", + "version": "4.11.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.10.0/diun_4.10.0_windows_x86_64.zip", - "hash": "9227b950d6ab34de61b5d26e29c350de590f90e09364e4c52ab4f6c8b0aa8d0f" + "url": "https://github.com/crazy-max/diun/releases/download/v4.11.0/diun_4.11.0_windows_x86_64.zip", + "hash": "fc87cd7d7b5308ab575fea3e00982eb06a32f234b0460b5bd08eb6eac1de4fd5" }, "32bit": { - "url": "https://github.com/crazy-max/diun/releases/download/v4.10.0/diun_4.10.0_windows_i386.zip", - "hash": "4c840876c2a2dd3b36d0d6461282cc541bc96d2e3bd9c482253518ca41b32d48" + "url": "https://github.com/crazy-max/diun/releases/download/v4.11.0/diun_4.11.0_windows_i386.zip", + "hash": "6317ac4e3316de1a3192473fbb7aa2497d4a1aeef67f4207739da1bb360464bc" } }, "bin": "diun.exe",