diff options
| author | Stefan | 2013-01-04 07:13:59 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-03 22:22:05 -0800 |
| commit | 8bc9a867c686525ff8354f9adf4d43a8fa64a314 (patch) | |
| tree | 1f97fc58e18d1a3a37f458da9a4fa0c984a7eacd | |
| parent | 6b6fda88b590290000d447d6d324659a9a0173aa (diff) | |
| download | homebrew-8bc9a867c686525ff8354f9adf4d43a8fa64a314.tar.bz2 | |
skytools: remove empty space in url
Closes #16883.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/skytools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/skytools.rb b/Library/Formula/skytools.rb index b7a479339..b8c190cf2 100644 --- a/Library/Formula/skytools.rb +++ b/Library/Formula/skytools.rb @@ -2,7 +2,7 @@ require 'formula' class Skytools < Formula homepage 'http://pgfoundry.org/projects/skytools/' - url 'http://pgfoundry.org/frs/download.php/3397/skytools-3.1.3.tar.gz ' + 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 |
