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.15",
|
|
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.15/bfg-1.12.15.jar",
|
|
"hash": "330af214a0fed320c591afc1046b0f31e8a438f290da09672973aeaa6411b09d",
|
|
"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"
|
|
}
|
|
}
|