aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/skytools.rb
diff options
context:
space:
mode:
authorStefan2012-11-16 09:17:09 +0100
committerAdam Vandenberg2012-11-25 09:19:51 -0800
commit4ec6fc0d1cdd5b09c96ec675cadf6fdca3c423d1 (patch)
treeda0c013a55c7cf6823ecd52c8d745b98c62a7129 /Library/Formula/skytools.rb
parent925ddf666dcbc4e0dbbb06a0b8c8a0243cee8c8a (diff)
downloadhomebrew-4ec6fc0d1cdd5b09c96ec675cadf6fdca3c423d1.tar.bz2
skytools 3.1.2
Closes #16104. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/skytools.rb')
-rw-r--r--Library/Formula/skytools.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/skytools.rb b/Library/Formula/skytools.rb
index 8e586780e..49c4f0705 100644
--- a/Library/Formula/skytools.rb
+++ b/Library/Formula/skytools.rb
@@ -2,10 +2,11 @@ require 'formula'
class Skytools < Formula
homepage 'http://pgfoundry.org/projects/skytools/'
- url 'http://pgfoundry.org/frs/download.php/3321/skytools-3.1.tar.gz'
- sha1 'f31fb7096f160fb959f8a217cbea529da04b277e'
+ url 'http://pgfoundry.org/frs/download.php/3390/skytools-3.1.2.tar.gz'
+ sha1 '47fef7abb4fab55b8987bff839a88afc4f4c717e'
- depends_on :postgresql
+ # Works only with homebrew postgres: https://github.com/mxcl/homebrew/issues/16024
+ depends_on 'postgresql'
def install
system "./configure", "--prefix=#{prefix}"