From fc766b522d5fcb156f4d71107f5330b7fdd65413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 5 Dec 2020 08:31:43 +0100 Subject: [PATCH] ugrep: Update to version 3.0.6 --- bucket/ugrep.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/bucket/ugrep.json b/bucket/ugrep.json index 02ecab765b..249ee24424 100644 --- a/bucket/ugrep.json +++ b/bucket/ugrep.json @@ -1,11 +1,17 @@ { - "version": "3.0.5", - "description": "A faster, user-friendly and compatible grep replacement.", + "version": "3.0.6", + "description": "A faster, user-friendly and compatible grep replacement", "homepage": "https://github.com/Genivia/ugrep", "license": "BSD-3-Clause", - "url": "https://github.com/Genivia/ugrep/releases/download/v3.0.5/ugrep.exe#/ug.exe", - "hash": "4b3a4c5d3c8e8467699e3a2d83ba63296230b2a1ddee0f4fcb2deb122600be83", - "bin": "ug.exe", + "url": "https://github.com/Genivia/ugrep/releases/download/v3.0.6/ugrep.exe#/ug.exe", + "hash": "5f5c315cc01adc1c3c1efcdf643e93a6dd161c5982f4dce653a04c386516f320", + "bin": [ + "ug.exe", + [ + "ug.exe", + "ugrep" + ] + ], "checkver": "github", "autoupdate": { "url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep.exe#/ug.exe"