-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathautojump.json
28 lines (28 loc) · 1.19 KB
/
autojump.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
27
28
{
"version": "0.5.1",
"description": "Rust implementation of autojump, a tool that helps navigate your filesystem in the command line, by recording the directories you use the most.",
"homepage": "https://github.com/xen0n/autojump-rs",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/xen0n/autojump-rs/releases/download/0.5.1/autojump-x86_64-pc-windows-msvc.zip",
"hash": "c1543e8991f56cd18311eb11f0a2380d49c4f327ee913d8c502741882d887747"
},
"32bit": {
"url": "https://github.com/xen0n/autojump-rs/releases/download/0.5.1/autojump-i686-pc-windows-msvc.zip",
"hash": "63bc324c011eb952b0b89ae1f3a8f8826382214d86ab38f14213893da5df418d"
}
},
"bin": "autojump.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xen0n/autojump-rs/releases/download/$version/autojump-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/xen0n/autojump-rs/releases/download/$version/autojump-i686-pc-windows-msvc.zip"
}
}
}
}