diff options
| author | Brett Koonce | 2013-04-23 23:13:18 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-24 10:14:05 -0500 | 
| commit | b0b000de5a3598bf1bb425087922b39c6e6a2d8c (patch) | |
| tree | b3eb88a4a73365e853ae6ffd8d233fade6d19822 /Library/Formula/postgres-xc.rb | |
| parent | 08d66daf02132f93298d04b855ddb8978e9ae9fa (diff) | |
| download | homebrew-b0b000de5a3598bf1bb425087922b39c6e6a2d8c.tar.bz2 | |
pgxc v1.0.3
Signed-off-by: Jack Nagel <jacknagel@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 955c0e522..5b303d41d 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -2,8 +2,8 @@ require 'formula'  class PostgresXc < Formula    homepage 'http://postgres-xc.sourceforge.net/' -  url 'http://sourceforge.net/projects/postgres-xc/files/Version_1.0/pgxc-v1.0.2.tar.gz' -  sha1 'f427f37eb141ad9d00374fc1100a55dd09718fed' +  url 'http://sourceforge.net/projects/postgres-xc/files/Version_1.0/pgxc-v1.0.3.tar.gz' +  sha1 '76774cf32810dfa14b2174f2e939d3b28eb211a9'    depends_on :arch => :x86_64    depends_on 'readline' | 
