skytools: remove empty space in url

Closes Homebrew/homebrew#16883.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Stefan 2013-01-04 07:13:59 +01:00 committed by Adam Vandenberg
parent 8bbf9350c2
commit 103020a57b

View file

@ -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