2017-02-03 16:59:12 +01:00

24 lines
845 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",
"depends": "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\"&wt=json&json.wrf=?&indent=true",
"re": "\"latestVersion\":\"([\\d.]+)\""
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar"
}
}