aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-04 04:27:04 +0000
committerMike McQuaid2015-02-04 11:10:02 +0000
commit1c9940aad38aeea040b28f78c5fe692e28122350 (patch)
tree1cdfc5d4f12284de51c3245f1dc58c23dab38a8d /Library/Formula
parentdbfab0a77ac232afc057a1b435f528e8b72f52e0 (diff)
downloadhomebrew-1c9940aad38aeea040b28f78c5fe692e28122350.tar.bz2
bfg 1.12.0
Bump. Closes #36521. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bfg.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/bfg.rb b/Library/Formula/bfg.rb
index abbfacce8..967d68686 100644
--- a/Library/Formula/bfg.rb
+++ b/Library/Formula/bfg.rb
@@ -1,9 +1,7 @@
-require "formula"
-
class Bfg < Formula
homepage "https://rtyley.github.io/bfg-repo-cleaner/"
- url "https://repo1.maven.org/maven2/com/madgag/bfg/1.11.10/bfg-1.11.10.jar"
- sha1 "c514a5649e9440e4b174ccc46faf8c38c6fb824f"
+ url "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.0/bfg-1.12.0.jar"
+ sha1 "665b78b35a501adc49816e0553d643b56f05043f"
bottle do
cellar :any
@@ -13,8 +11,8 @@ class Bfg < Formula
end
def install
- libexec.install "bfg-1.11.10.jar"
- bin.write_jar_script libexec/"bfg-1.11.10.jar", "bfg"
+ libexec.install "bfg-1.12.0.jar"
+ bin.write_jar_script libexec/"bfg-1.12.0.jar", "bfg"
end
test do