aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-01-03 15:56:56 -0600
committerAdam Vandenberg2013-01-03 14:04:49 -0800
commit9bf3c614cc0a63a9d9cb865117f1267d847a4dfc (patch)
tree0bbb3974f7155a16686f65ff126106db3eaa3811 /Library/Formula
parent3980045a28c80fcf78c0deb9ce7a5bb412452be2 (diff)
downloadhomebrew-9bf3c614cc0a63a9d9cb865117f1267d847a4dfc.tar.bz2
skytools 3.1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/skytools.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/skytools.rb b/Library/Formula/skytools.rb
index 49c4f0705..b7a479339 100644
--- a/Library/Formula/skytools.rb
+++ b/Library/Formula/skytools.rb
@@ -2,8 +2,8 @@ require 'formula'
class Skytools < Formula
homepage 'http://pgfoundry.org/projects/skytools/'
- url 'http://pgfoundry.org/frs/download.php/3390/skytools-3.1.2.tar.gz'
- sha1 '47fef7abb4fab55b8987bff839a88afc4f4c717e'
+ url 'http://pgfoundry.org/frs/download.php/3397/skytools-3.1.3.tar.gz '
+ sha1 'c94eb1d86f9b33e49b929e02cefda95150e2fdcf'
# Works only with homebrew postgres: https://github.com/mxcl/homebrew/issues/16024
depends_on 'postgresql'