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
This commit is contained in:
sitiom 2023-12-25 04:18:39 +08:00 committed by GitHub
parent 96b4f54125
commit c99065db3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,26 @@
{ {
"version": "4.3.6", "version": "4.4.1",
"description": "A faster, user-friendly and compatible grep replacement", "description": "A faster, user-friendly and compatible grep replacement",
"homepage": "https://ugrep.com/", "homepage": "https://ugrep.com/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"url": "https://github.com/Genivia/ugrep/releases/download/v4.3.6/ugrep.exe#/ug.exe", "architecture": {
"hash": "99327decad4a0f68f7037540233e82fff70ca0db95ae34fe8ee143ea6581ef9a", "64bit": {
"url": "https://github.com/Genivia/ugrep/releases/download/v4.4.1/ugrep-windows-x64.zip",
"hash": "68f90eb538fbd024979a5e575d7a9be4501aa8df3f95fd08ac4a1f51a66bd405"
}
},
"bin": [ "bin": [
"ug.exe", "ugrep.exe",
[ "ug.exe"
"ug.exe",
"ugrep"
]
], ],
"checkver": { "checkver": {
"github": "https://github.com/Genivia/ugrep" "github": "https://github.com/Genivia/ugrep"
}, },
"autoupdate": { "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"
}
}
} }
} }