generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvrc-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.9.0",
"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.9.0/x86_64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "c4f8814eac3dad86397814cda3e1d4cc11b9f4377f53b4405f750d68d223d561"
},
"arm64": {
"url": "https://github.com/vrc-get/vrc-get/releases/download/v1.9.0/aarch64-pc-windows-msvc-vrc-get.exe#/vrc-get.exe",
"hash": "4d97ccebae5de69be3267614bf8e16c70e10df4c9515bad432dddccdc5d4d62d"
}
},
"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"
}
}
}
}