generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vfilename.json
31 lines (31 loc) · 902 Bytes
/
vfilename.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
31
{
"version": "0.4.0.0",
"description": "使用压缩包的文件名进行简单的版本管理",
"homepage": "https://www.vfilename.com/",
"license": "Unknown",
"architecture": {
"64bit": {
"url": "https://www.vfilename.com/download/vfilename-0.4.0.0.7z",
"hash": "5979b6919cc4461ec55bf96aea13c66403bee56863442bb321784927ae19a03d",
"extract_dir": "vfilename-0.4.0.0"
}
},
"shortcuts": [
[
"vfilename.exe",
"V File Name"
]
],
"checkver": {
"url": "https://www.vfilename.com/",
"regex": "版本</td><td>V([\\d\\.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.vfilename.com/download/vfilename-$version.7z",
"extract_dir": "vfilename-$version"
}
}
}
}