|
1 | 1 | {
|
2 |
| - "version": "${version}", |
3 |
| - "description": "${description}", |
4 |
| - "homepage": "${githubUrl}", |
5 |
| - "license": "${license}", |
6 |
| - "suggest": { |
7 |
| - "JDK": [ |
8 |
| - "java/openjdk" |
9 |
| - ] |
10 |
| - }, |
11 |
| - "url": "${githubUrl}/releases/download/${version}/pacmc-${version}.zip", |
12 |
| - "hash": "${zipHashSha256}", |
13 |
| - "extract_dir": "pacmc-${version}", |
14 |
| - "bin": "bin/pacmc.bat", |
15 |
| - "checkver": { |
16 |
| - "github": "${githubUrl}" |
17 |
| - }, |
18 |
| - "autoupdate": { |
19 |
| - "url": "${githubUrl}/releases/download/$version/pacmc-$version.zip", |
20 |
| - "extract_dir": "pacmc-$version" |
21 |
| - } |
| 2 | + "version": "${version}", |
| 3 | + "description": "${description}", |
| 4 | + "homepage": "${githubUrl}", |
| 5 | + "license": "${license}", |
| 6 | + "suggest": { |
| 7 | + "JDK": [ |
| 8 | + "java/openjdk" |
| 9 | + ] |
| 10 | + }, |
| 11 | + "url": "${githubUrl}/releases/download/${version}/pacmc-${version}.zip", |
| 12 | + "hash": "${zipHashSha256}", |
| 13 | + "extract_dir": "pacmc-${version}", |
| 14 | + "bin": "bin/pacmc.bat", |
| 15 | + "checkver": { |
| 16 | + "github": "${githubUrl}" |
| 17 | + }, |
| 18 | + "autoupdate": { |
| 19 | + "url": "${githubUrl}/releases/download/$version/pacmc-$version.zip", |
| 20 | + "extract_dir": "pacmc-$version" |
| 21 | + } |
22 | 22 | }
|
0 commit comments