generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vrc-get.json
30 lines (30 loc) · 1.18 KB
/
vrc-get.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
29
30
{
"version": "1.8.2",
"description": "Command line client for VRChat Package Manager",
"homepage": "https://github.com/vrc-get/vrc-get",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v1.8.2/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "ab9b272935c4b6382b936fd3645953499f787d6a14ebe28cb38d1a39bd8896b9"
},
"arm64": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v1.8.2/aarch64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "59c99fb9fad4b63ea30215f1e5abe00a794be0b2990ab7bbcdc7c94f5471b369"
}
},
"bin": "vrc-get.exe",
"checkver": {
"github": "https://github.com/vrc-get/vrc-get"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v$version/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe"
},
"arm64": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v$version/aarch64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe"
}
}
}
}