Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

15 lines
519 B
JSON

{
"version": "1.12.3",
"license": "GPL",
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.3/bfg-1.12.3.jar",
"depends": "openjdk",
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
"hash": "2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911",
"bin": "bfg.ps1",
"env_set": { "BFG_HOME": "$dir" },
"pre_install": "
$exe = 'java -jar $env:BFG_HOME\\bfg-1.12.3.jar $args'
write-output $exe | out-file -filepath $dir\\bfg.ps1
"
}