Burp 1.4.28

Closes Homebrew/homebrew#34649.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Maxime Pelletier 2014-12-03 13:45:43 -05:00 committed by Jack Nagel
parent 5da229a112
commit b0e671899e

View file

@ -2,8 +2,8 @@ require "formula"
class Burp < Formula class Burp < Formula
homepage "http://burp.grke.org/" homepage "http://burp.grke.org/"
url "https://downloads.sourceforge.net/project/burp/burp-1.4.20/burp-1.4.20.tar.bz2" url "https://downloads.sourceforge.net/project/burp/burp-1.4.28/burp-1.4.28.tar.bz2"
sha1 "8c72010210fcfb6a7a18f2c4a181ea377581b8cf" sha1 "ddd5340db6aac1fa2e58c1e66c89730d8fd9bfb5"
head "https://github.com/grke/burp.git" head "https://github.com/grke/burp.git"
bottle do bottle do
@ -13,6 +13,7 @@ class Burp < Formula
end end
depends_on "librsync" depends_on "librsync"
depends_on "openssl"
# patches to change directories to brew conventions in Makefile and config files # patches to change directories to brew conventions in Makefile and config files
patch :DATA patch :DATA