burp 1.4.16
Note: version 1.4.16 fix a compilation error on OS X, see https://github.com/grke/burp/issues/198
This commit is contained in:
parent
425db463ca
commit
21f680f2c3
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ require 'formula'
|
|||
|
||||
class Burp < Formula
|
||||
homepage 'http://burp.grke.org/'
|
||||
url 'http://burp.grke.org/downloads/burp-1.3.36/burp-1.3.36.tar.bz2'
|
||||
sha1 '471237090e631b3cb91ff864db84c7644c42bf87'
|
||||
|
||||
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'
|
||||
|
||||
depends_on 'librsync'
|
||||
|
|
Loading…
Reference in a new issue