From e2f3bb340b3f1cbb1b398e6e16249b87048014d4 Mon Sep 17 00:00:00 2001 From: monotykamary Date: Wed, 4 May 2016 19:19:10 +0700 Subject: [PATCH] Update BFG to 1.12.12 (#814) SHA-256 taken from 7zip. (Note to self, must use later and look at later.) --- bfg.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 " }