diff options
| author | Brett Koonce | 2013-01-03 15:56:56 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-03 14:04:49 -0800 |
| commit | 9bf3c614cc0a63a9d9cb865117f1267d847a4dfc (patch) | |
| tree | 0bbb3974f7155a16686f65ff126106db3eaa3811 /Library | |
| parent | 3980045a28c80fcf78c0deb9ce7a5bb412452be2 (diff) | |
| download | homebrew-9bf3c614cc0a63a9d9cb865117f1267d847a4dfc.tar.bz2 | |
skytools 3.1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/skytools.rb | 4 |
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' |
