diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 57eec501e..ba54bff19 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -12,6 +12,12 @@ class Postgresql < Formula sha1 "7da81a9d1dd086d6b1403d9a508d5871c85d2892" => :lion end + devel do + url 'http://ftp.postgresql.org/pub/source/v9.4beta1/postgresql-9.4beta1.tar.bz2' + version '9.4beta1' + sha256 '0e088eff79bb5171b2233222a25d7a2906eaf62aa86266daf6ec5217b1797f47' + end + option '32-bit' option 'no-perl', 'Build without Perl support' option 'no-tcl', 'Build without Tcl support' |
