From 77065d694b04fd7b6e815eb9830cceea6bf8f504 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Tue, 12 Aug 2014 23:25:14 -0700 Subject: burp 1.4.20 Closes #31532. --- Library/Formula/burp.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3