postgresql 9.4.5
Closes Homebrew/homebrew#44785. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
2a3aa87bc4
commit
c90d57aad6
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ class Postgresql < Formula
|
|||
homepage "https://www.postgresql.org/"
|
||||
|
||||
stable do
|
||||
url "https://ftp.postgresql.org/pub/source/v9.4.4/postgresql-9.4.4.tar.bz2"
|
||||
sha256 "538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.4.5/postgresql-9.4.5.tar.bz2"
|
||||
sha256 "b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39"
|
||||
end
|
||||
|
||||
devel do
|
||||
|
|
Loading…
Reference in a new issue