postgresql 9.6.2
This commit is contained in:
parent
741286bec2
commit
94765b493a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Postgresql < Formula
|
||||
desc "Object-relational database system"
|
||||
homepage "https://www.postgresql.org/"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.6.1/postgresql-9.6.1.tar.bz2"
|
||||
sha256 "e5101e0a49141fc12a7018c6dad594694d3a3325f5ab71e93e0e51bd94e51fcd"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.6.2/postgresql-9.6.2.tar.bz2"
|
||||
sha256 "0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9"
|
||||
|
||||
head "https://github.com/postgres/postgres.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue