forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmpc-be.json
39 lines (39 loc) · 1.19 KB
/
mpc-be.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
32
33
34
35
36
37
38
39
{
"homepage": "https://mpcbe.sourceforge.io/",
"version": "1.5.1",
"license": "GPLv3",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/mpcbe/files/MPC-BE/Release%20builds/1.5.1/MPC-BE.1.5.1.x64.7z",
"hash": "sha1:551d66ea4cc263645f6cc2f29b1e4026d8cdf9da",
"extract_dir": "MPC-BE.1.5.1.2985.x64",
"bin": [
"mpc-be64.exe"
],
"shortcuts": [
[
"mpc-be64.exe",
"MPC-BE x64"
]
]
},
"32bit": {
"url": "https://sourceforge.net/projects/mpcbe/files/MPC-BE/Release%20builds/1.5.1/MPC-BE.1.5.1.x86.7z",
"hash": "sha1:47ecf4a6cf3f6f0cfc699ddd7efcfc1347b79f1c",
"extract_dir": "MPC-BE.1.5.1.2985.x86",
"bin": [
"mpc-be.exe"
],
"shortcuts": [
[
"mpc-be.exe",
"MPC-BE"
]
]
}
},
"checkver": {
"url": "https://forum.doom9.org/showthread.php?t=165890",
"re": "Changes in release ([\\d.]+)"
}
}