pgBadger 4.1
Closes Homebrew/homebrew#24175. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
d812d5247f
commit
148ebfaa6e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Pgbadger < Formula
|
||||
homepage 'http://dalibo.github.io/pgbadger/'
|
||||
url 'http://downloads.sourceforge.net/project/pgbadger/3.6/pgbadger-3.6.tar.gz'
|
||||
sha1 'e4a9be739d477d003d77688272bc41ec4ed93d0a'
|
||||
url 'http://downloads.sourceforge.net/project/pgbadger/4.1/pgbadger-4.1.tar.gz'
|
||||
sha1 'c865887aaab22c99ea557ac426629cef10f1471a'
|
||||
|
||||
def install
|
||||
system "perl", "Makefile.PL", "DESTDIR=."
|
||||
|
|
Loading…
Reference in a new issue