aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRaphael Randschau2015-04-19 20:05:56 +0200
committerBrett Koonce2015-04-19 20:20:07 -0700
commit972644517bc29731cd72fd26958fd8a6a2676e56 (patch)
tree3b0b681356509185d62463945f7bc978969c2214 /Library
parent6e3e2634fcc7448bf49c4a373ca72d2787adedc4 (diff)
downloadhomebrew-972644517bc29731cd72fd26958fd8a6a2676e56.tar.bz2
pgFormatter 1.4
Closes #38832. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pgformatter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pgformatter.rb b/Library/Formula/pgformatter.rb
index 6b90db5c1..3b3663ff5 100644
--- a/Library/Formula/pgformatter.rb
+++ b/Library/Formula/pgformatter.rb
@@ -2,8 +2,8 @@ require "formula"
class Pgformatter < Formula
homepage "http://sqlformat.darold.net/"
- url "https://downloads.sourceforge.net/project/pgformatter/1.2/pgFormatter-1.2.tar.gz"
- sha1 "598c39fa7f3f511aa376e7a18457139a9393fe74"
+ url "https://github.com/darold/pgFormatter/archive/v1.4.tar.gz"
+ sha1 "bdbeefd9b3d8088a69816d3f578453c4a886feae"
def install
system "perl", "Makefile.PL", "DESTDIR=."