-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathugrep.json
26 lines (26 loc) · 791 Bytes
/
ugrep.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"version": "7.3.0",
"description": "A faster, user-friendly and compatible grep replacement",
"homepage": "https://ugrep.com/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/Genivia/ugrep/releases/download/v7.3.0/ugrep-windows-x64.zip",
"hash": "069265bc7d1e1ac70d70e85be075c2c415a06ff1c8901a5d4a4432bdc20cb131"
}
},
"bin": [
"ugrep.exe",
"ug.exe"
],
"checkver": {
"github": "https://github.com/Genivia/ugrep"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Genivia/ugrep/releases/download/v$version/ugrep-windows-x64.zip"
}
}
}
}