postgresql 9.4.2
Closes Homebrew/homebrew#39990. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
1233b584d0
commit
fa5a9b05a9
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
|||
class Postgresql < Formula
|
||||
homepage "https://www.postgresql.org/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://ftp.postgresql.org/pub/source/v9.4.1/postgresql-9.4.1.tar.bz2"
|
||||
sha256 "29ddb77c820095b8f52e5455e9c6c6c20cf979b0834ed1986a8857b84888c3a6"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.4.2/postgresql-9.4.2.tar.bz2"
|
||||
sha256 "81fda191c165ba1d25d75cd0166ece5abdcb4a7f5eca01b349371e279ebb4d11"
|
||||
end
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue