aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorRustam Zagirov2014-11-21 18:16:20 +0300
committerTim D. Smith2014-11-23 12:26:56 -0800
commitd79ab93dbf3b5692d895a2caddb91e1ef70f93f7 (patch)
treecec369d1f89607b19355864efa2e64931f014128 /Library/Formula/postgresql.rb
parentee8c1dcaf5456537d9f36cde5254ab205276fc8f (diff)
downloadhomebrew-d79ab93dbf3b5692d895a2caddb91e1ef70f93f7.tar.bz2
postgresql devel: 9.4rc1
Closes #34373. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index d26c6a3fd..97b1c1872 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -23,9 +23,8 @@ class Postgresql < Formula
end
devel do
- url 'http://ftp.postgresql.org/pub/source/v9.4beta3/postgresql-9.4beta3.tar.bz2'
- version '9.4beta3'
- sha256 '5ad1d86a5b9a70d5c153dd862b306a930c6cf67fb4a3f00813eef19fabe6aa5d'
+ url 'http://ftp.postgresql.org/pub/source/v9.4rc1/postgresql-9.4rc1.tar.bz2'
+ sha256 '6ce91d78fd6c306536f5734dbaca10889814b9d0fe0b38a41b3e635d95241c7c'
end
option '32-bit'