diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index d8f2473a8..40ea2384a 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -22,9 +22,9 @@ class Postgresql < Formula end devel do - url 'http://ftp.postgresql.org/pub/source/v9.4beta1/postgresql-9.4beta1.tar.bz2' - version '9.4beta1' - sha256 '0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47' + url 'http://ftp.postgresql.org/pub/source/v9.4beta2/postgresql-9.4beta2.tar.bz2' + version '9.4beta2' + sha256 '567406cf58386917916d8ef7ac892bf79e98742cd16909bb00fc920dd31a388c' end option '32-bit' |
