diff --git a/bfg.json b/bfg.json index 9bb670394f..b325d9ebf1 100644 --- a/bfg.json +++ b/bfg.json @@ -1,14 +1,14 @@ { - "version": "1.12.3", + "version": "1.12.12", "license": "GPL", - "url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.3/bfg-1.12.3.jar", + "url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar", "depends": "openjdk", "homepage": "https://rtyley.github.io/bfg-repo-cleaner/", - "hash": "2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911", + "hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a", "bin": "bfg.ps1", "env_set": { "BFG_HOME": "$dir" }, "pre_install": " - $exe = 'java -jar $env:BFG_HOME\\bfg-1.12.3.jar $args' + $exe = 'java -jar $env:BFG_HOME\\bfg-1.12.12.jar $args' write-output $exe | out-file -filepath $dir\\bfg.ps1 " }