aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRoberto Tyley2015-02-12 10:06:57 +0000
committerMike McQuaid2015-02-12 11:09:20 +0000
commit84ffd85c612152d1c6281ca2596807aa5eb9f7e1 (patch)
tree9cb1c0889ed16ecce8ea6770345a237a28d55f1f /Library
parent8573d9740b811b3ab83ea7d781a7a05eb6d75fd5 (diff)
downloadhomebrew-84ffd85c612152d1c6281ca2596807aa5eb9f7e1.tar.bz2
bfg 1.12.3
Bump to BFG 1.12.3 Closes #36750. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bfg.rb8
1 files changed, 4 insertions, 4 deletions
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