-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrb.json
More file actions
27 lines (27 loc) · 878 Bytes
/
rb.json
File metadata and controls
27 lines (27 loc) · 878 Bytes
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
{
"version": "0.4.0",
"homepage": "https://github.com/ryuapp/rb",
"license": "MIT-0",
"architecture": {
"64bit": {
"url": "https://github.com/ryuapp/rb/releases/download/v0.4.0/rb-x86_64-pc-windows-msvc.zip",
"hash": "706d291b5a5bdd750c5523c497bd15780930ee746eec98f540902c7c8d42e17e"
},
"arm64": {
"url": "https://github.com/ryuapp/rb/releases/download/v0.4.0/rb-aarch64-pc-windows-msvc.zip",
"hash": "98a1b11a18deb2dbdf23ff580f3f20b974e9d5a072dc787eed2285b0c8fed18f"
}
},
"bin": "rb.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ryuapp/rb/releases/download/v$version/rb-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/ryuapp/rb/releases/download/v$version/rb-aarch64-pc-windows-msvc.zip"
}
}
}
}