aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-08-12 23:25:14 -0700
committerBrett Koonce2014-08-13 19:26:55 -0700
commit77065d694b04fd7b6e815eb9830cceea6bf8f504 (patch)
treefb347d86146ec54497776e5a54d02d02c7add00c /Library
parent4ec30859e1d9f15eda1e61e1bc115c6795c93c8f (diff)
downloadhomebrew-77065d694b04fd7b6e815eb9830cceea6bf8f504.tar.bz2
burp 1.4.20
Closes #31532.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/burp.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/burp.rb b/Library/Formula/burp.rb
index e2328e50c..ec26dd0b7 100644
--- a/Library/Formula/burp.rb
+++ b/Library/Formula/burp.rb
@@ -1,10 +1,10 @@
-require 'formula'
+require "formula"
class Burp < Formula
- homepage 'http://burp.grke.org/'
- url 'https://downloads.sourceforge.net/project/burp/burp-1.4.16/burp-1.4.16.tar.bz2'
- sha1 '0b28b8989ca8ce02cfb2fb029df90be9777e3431'
- head 'https://github.com/grke/burp.git'
+ homepage "http://burp.grke.org/"
+ url "https://downloads.sourceforge.net/project/burp/burp-1.4.20/burp-1.4.20.tar.bz2"
+ sha1 "8c72010210fcfb6a7a18f2c4a181ea377581b8cf"
+ head "https://github.com/grke/burp.git"
bottle do
sha1 "0ac51ee5bc80e91b28cb292e3aed223d15778926" => :mavericks
@@ -12,7 +12,7 @@ class Burp < Formula
sha1 "b2efbd022a41e0ebcfe3ef015308617809b0a842" => :lion
end
- depends_on 'librsync'
+ depends_on "librsync"
# patches to change directories to brew conventions in Makefile and config files
patch :DATA