From c99065db3b21fff556c7dd878ed33fac78757274 Mon Sep 17 00:00:00 2001 From: sitiom Date: Mon, 25 Dec 2023 04:18:39 +0800 Subject: [PATCH] ugrep: Update to version 4.4.1, Fix `url` and `arch` (#5364) * ugrep: Update to version 4.4.0, Fix url * ugrep: Update to version 4.4.1 --- bucket/ugrep.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/bucket/ugrep.json b/bucket/ugrep.json index 627ceea6c7..588439fe6c 100644 --- a/bucket/ugrep.json +++ b/bucket/ugrep.json @@ -1,21 +1,26 @@ { - "version": "4.3.6", + "version": "4.4.1", "description": "A faster, user-friendly and compatible grep replacement", "homepage": "https://ugrep.com/", "license": "BSD-3-Clause", - "url": "https://github.com/Genivia/ugrep/releases/download/v4.3.6/ugrep.exe#/ug.exe", - "hash": "99327decad4a0f68f7037540233e82fff70ca0db95ae34fe8ee143ea6581ef9a", + "architecture": { + "64bit": { + "url": "https://github.com/Genivia/ugrep/releases/download/v4.4.1/ugrep-windows-x64.zip", + "hash": "68f90eb538fbd024979a5e575d7a9be4501aa8df3f95fd08ac4a1f51a66bd405" + } + }, "bin": [ - "ug.exe", - [ - "ug.exe", - "ugrep" - ] + "ugrep.exe", + "ug.exe" ], "checkver": { "github": "https://github.com/Genivia/ugrep" }, "autoupdate": { - "url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep.exe#/ug.exe" + "architecture": { + "64bit": { + "url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep-windows-x64.zip" + } + } } }