From 84ffd85c612152d1c6281ca2596807aa5eb9f7e1 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Thu, 12 Feb 2015 10:06:57 +0000 Subject: bfg 1.12.3 Bump to BFG 1.12.3 Closes #36750. Signed-off-by: Mike McQuaid --- Library/Formula/bfg.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/bfg.rb b/Library/Formula/bfg.rb index f984ecdfa..e43061cce 100644 --- a/Library/Formula/bfg.rb +++ b/Library/Formula/bfg.rb @@ -1,7 +1,7 @@ class Bfg < Formula homepage "https://rtyley.github.io/bfg-repo-cleaner/" - url "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.0/bfg-1.12.0.jar" - sha1 "665b78b35a501adc49816e0553d643b56f05043f" + url "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.3/bfg-1.12.3.jar" + sha1 "4eff57d0418958815681cbbec2f19ed7285252cb" bottle do cellar :any @@ -11,8 +11,8 @@ class Bfg < Formula end def install - libexec.install "bfg-1.12.0.jar" - bin.write_jar_script libexec/"bfg-1.12.0.jar", "bfg" + libexec.install "bfg-1.12.3.jar" + bin.write_jar_script libexec/"bfg-1.12.3.jar", "bfg" end test do -- cgit v1.2.3