mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
29 lines
886 B
JSON
29 lines
886 B
JSON
{
|
|
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
|
"license": "GPL",
|
|
"version": "1.12.16",
|
|
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.16/bfg-1.12.16.jar",
|
|
"hash": "6bf2119985eb937d43b036aa4707ac701f0aa56ccb7cefdc71a9355824a6a7e7",
|
|
"suggest": {
|
|
"JDK": [
|
|
"extras/oraclejdk",
|
|
"openjdk"
|
|
]
|
|
},
|
|
"bin": "bfg.ps1",
|
|
"env_set": {
|
|
"BFG_HOME": "$dir"
|
|
},
|
|
"pre_install": "
|
|
$exe = 'java -jar $env:BFG_HOME\\bfg-$version.jar $args'
|
|
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
|
",
|
|
"checkver": {
|
|
"url": "https://search.maven.org/solrsearch/select/?q=g:com.madgag+AND+a:bfg",
|
|
"jp": "$.response.docs[0].latestVersion"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar"
|
|
}
|
|
}
|