Skip to content

Commit d509069

Browse files
committed
Change indent of scoop package to 4
1 parent 5d1966d commit d509069

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

packages/scoop/pacmc.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
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+
}
2222
}

0 commit comments

Comments
 (0)