aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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 81d0c58bf..1fcc2e89b 100644
--- a/Library/Formula/bfg.rb
+++ b/Library/Formula/bfg.rb
@@ -2,12 +2,12 @@ require "formula"
class Bfg < Formula
homepage "http://rtyley.github.io/bfg-repo-cleaner/"
- url "http://repo1.maven.org/maven2/com/madgag/bfg/1.11.6/bfg-1.11.6.jar"
- sha1 "bbe33eb231435c04f5713d05d3b17a9b88d4954e"
+ url "http://repo1.maven.org/maven2/com/madgag/bfg/1.11.8/bfg-1.11.8.jar"
+ sha1 "9834ed826f2b3f1da1f28f663e3c5b9cf807ab1e"
def install
- libexec.install "bfg-1.11.6.jar"
- bin.write_jar_script libexec/"bfg-1.11.6.jar", "bfg"
+ libexec.install "bfg-1.11.8.jar"
+ bin.write_jar_script libexec/"bfg-1.11.8.jar", "bfg"
end
test do