Skip to content

Commit

Permalink
Change indent of scoop package to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed May 13, 2022
1 parent 5d1966d commit d509069
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions packages/scoop/pacmc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"version": "${version}",
"description": "${description}",
"homepage": "${githubUrl}",
"license": "${license}",
"suggest": {
"JDK": [
"java/openjdk"
]
},
"url": "${githubUrl}/releases/download/${version}/pacmc-${version}.zip",
"hash": "${zipHashSha256}",
"extract_dir": "pacmc-${version}",
"bin": "bin/pacmc.bat",
"checkver": {
"github": "${githubUrl}"
},
"autoupdate": {
"url": "${githubUrl}/releases/download/$version/pacmc-$version.zip",
"extract_dir": "pacmc-$version"
}
"version": "${version}",
"description": "${description}",
"homepage": "${githubUrl}",
"license": "${license}",
"suggest": {
"JDK": [
"java/openjdk"
]
},
"url": "${githubUrl}/releases/download/${version}/pacmc-${version}.zip",
"hash": "${zipHashSha256}",
"extract_dir": "pacmc-${version}",
"bin": "bin/pacmc.bat",
"checkver": {
"github": "${githubUrl}"
},
"autoupdate": {
"url": "${githubUrl}/releases/download/$version/pacmc-$version.zip",
"extract_dir": "pacmc-$version"
}
}

0 comments on commit d509069

Please sign in to comment.