-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy patha5m2.json
37 lines (37 loc) · 1.28 KB
/
a5m2.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
{
"homepage": "https://a5m2.mmatsubara.com/",
"version": "2.19.0",
"bin": "A5M2.exe",
"persist": "Portable",
"shortcuts": [
[
"A5M2.exe",
"A5_SQL Mk-2"
]
],
"architecture": {
"64bit": {
"url": "https://dforest.watch.impress.co.jp/library/a/a5sqlmk2/11233/a5m2_2.19.0_x64.zip",
"hash": "221541cdcee7190b4b58e5f6694604f1d05495d264d53711e0bc3bcab7421379"
},
"32bit": {
"url": "https://dforest.watch.impress.co.jp/library/a/a5sqlmk2/10801/a5m2_2.19.0_x86.zip",
"hash": "554a346419e2830c531140077712dadf30599ac0072ddc0724331dd2813134ac"
}
},
"checkver": {
"url": "https://forest.watch.impress.co.jp/library/software/a5sqlmk2/",
"re": "<dd>v(\\d+\\.\\d+\\.\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dforest.watch.impress.co.jp/library/a/a5sqlmk2/11233/a5m2_$version_x64.zip"
},
"32bit": {
"url": "https://dforest.watch.impress.co.jp/library/a/a5sqlmk2/10801/a5m2_$version_x86.zip"
}
}
},
"_comment": "This manifest derives from https://github.com/ba230t/scoop-bucket"
}