libpq 10.5
Closes #31008. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
0311d1524c
commit
d5a86c8db9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libpq < Formula
|
||||
desc "Postgres C API library"
|
||||
homepage "https://www.postgresql.org/docs/10/static/libpq.html"
|
||||
url "https://ftp.postgresql.org/pub/source/v10.4/postgresql-10.4.tar.bz2"
|
||||
sha256 "1b60812310bd5756c62d93a9f93de8c28ea63b0df254f428cd1cf1a4d9020048"
|
||||
url "https://ftp.postgresql.org/pub/source/v10.5/postgresql-10.5.tar.bz2"
|
||||
sha256 "6c8e616c91a45142b85c0aeb1f29ebba4a361309e86469e0fb4617b6a73c4011"
|
||||
|
||||
bottle do
|
||||
sha256 "86701653028d7cdde8a18e4f11cbca42015cf004c0f7a1eac6fbf0ab1e928178" => :high_sierra
|
||||
|
|
Loading…
Reference in a new issue