From f7d377b99cd02ebec722e249c73d2cf6daa17eb3 Mon Sep 17 00:00:00 2001 From: batkiz Date: Thu, 15 Oct 2020 23:16:31 +0800 Subject: [PATCH] ugrep: add version 3.0.2 (#1499) --- bucket/ugrep.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/ugrep.json diff --git a/bucket/ugrep.json b/bucket/ugrep.json new file mode 100644 index 0000000000..5ea68b3d52 --- /dev/null +++ b/bucket/ugrep.json @@ -0,0 +1,13 @@ +{ + "version": "3.0.2", + "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.2/ugrep.exe#/ug.exe", + "hash": "3b518ead5a579d9fc5b18bc3dd2b98f4ecff8a18f542435d1e37a5e62731f248", + "bin": "ug.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep.exe#/ug.exe" + } +}