ugrep: Update to version 3.0.6

This commit is contained in:
Jakub Čábera 2020-12-05 08:31:43 +01:00
parent 65b54a3ccd
commit fc766b522d

View File

@ -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"