diff options
| author | Ricardo Franco | 2013-02-21 16:13:27 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-24 12:46:30 -0800 |
| commit | 7af49035244e5a31c8ac8899078b3e118f22d0b8 (patch) | |
| tree | bd5f57ae896539f8fa51a51646c4d21c933677a4 /Library/Formula/postgres-xc.rb | |
| parent | b9f0824565cf971f96850c3131305f7fb5a34803 (diff) | |
| download | homebrew-7af49035244e5a31c8ac8899078b3e118f22d0b8.tar.bz2 | |
postgres-xc 1.0.2
Closes #17995.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 541fcd260..f7f3e81af 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -14,8 +14,8 @@ end class PostgresXc < Formula homepage 'http://postgres-xc.sourceforge.net/' - url 'http://sourceforge.net/projects/postgres-xc/files/Version_1.0/pgxc-v1.0.1.tar.gz' - sha1 '350277d7b32e54baffdd52fa98bac6b14f088c6d' + url 'http://sourceforge.net/projects/postgres-xc/files/Version_1.0/pgxc-v1.0.2.tar.gz' + sha1 'f427f37eb141ad9d00374fc1100a55dd09718fed' depends_on X86_64_Architecture depends_on 'readline' |
