generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblink.json
23 lines (23 loc) · 898 Bytes
/
blink.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "1.7.4",
"description": "AGUI of live indexed grep for source code. Fuzzy suggestion in autocomplete. Files locator, search and replace. Switch different projects and start searching. Drag and drop of filenames to your favourite editor.",
"homepage": "https://github.com/ychclone/blink",
"license": "MPL-2.0",
"url": "https://github.com/ychclone/blink/releases/download/1.7.4/blink-1.7.4-exe.zip",
"hash": "acbd68309ff899b01a3701def8af50e2b00af1523be23230a8e204d30451fcd8",
"extract_dir": "blink",
"bin": "blink.exe",
"shortcuts": [
[
"blink.exe",
"Blink Code Search"
]
],
"checkver": {
"github": "https://github.com/ychclone/blink",
"regex": "blink-([\\d.]+)-exe-\\.zip"
},
"autoupdate": {
"url": "https://github.com/ychclone/blink/releases/download/$version/blink-$version-exe.zip"
}
}