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"