postgresql 11.3
This commit is contained in:
parent
40d66895e0
commit
083fadc812
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
class Postgresql < Formula
|
||||
desc "Object-relational database system"
|
||||
homepage "https://www.postgresql.org/"
|
||||
url "https://ftp.postgresql.org/pub/source/v11.2/postgresql-11.2.tar.bz2"
|
||||
sha256 "2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405"
|
||||
revision 1
|
||||
url "https://ftp.postgresql.org/pub/source/v11.3/postgresql-11.3.tar.bz2"
|
||||
sha256 "2a85e082fc225944821dfd23990e32dfcd2284c19060864b0ad4ca537d30522d"
|
||||
head "https://github.com/postgres/postgres.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue