aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/skytools.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/skytools.rb b/Library/Formula/skytools.rb
index e8ab6f41f..6382bee04 100644
--- a/Library/Formula/skytools.rb
+++ b/Library/Formula/skytools.rb
@@ -12,7 +12,7 @@ class PostgresqlInstalled < Requirement
EOS
end
def satisfied?
- which 'pg_config'
+ which 'postgres'
end
def fatal?
true
@@ -21,8 +21,8 @@ end
class Skytools < Formula
homepage 'http://pgfoundry.org/projects/skytools/'
- url 'http://pgfoundry.org/frs/download.php/2872/skytools-2.1.12.tar.gz'
- md5 '94f3391d5b3c3ac6c2edcbfbda705573'
+ url 'http://pgfoundry.org/frs/download.php/3294/skytools-3.0.3.tar.gz'
+ sha1 '8894db961216386344ac9f2c47ae4125c64afb0b'
depends_on PostgresqlInstalled.new