libpq 9.6.7
Closes #23919. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
0824cd0fd7
commit
6482e88ec1
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Libpq < Formula
|
||||
desc "Postgres C API library"
|
||||
homepage "https://www.postgresql.org/docs/9.6/static/libpq.html"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.6.6/postgresql-9.6.6.tar.bz2"
|
||||
sha256 "399cdffcb872f785ba67e25d275463d74521566318cfef8fe219050d063c8154"
|
||||
url "https://ftp.postgresql.org/pub/source/v9.6.7/postgresql-9.6.7.tar.bz2"
|
||||
sha256 "2ebe3df3c1d1eab78023bdc3ffa55a154aa84300416b075ef996598d78a624c6"
|
||||
|
||||
bottle do
|
||||
sha256 "37358285ce2c5dd59ca16265f269da09d7087dfd6f6482b33125897fe9273f6f" => :high_sierra
|
||||
|
@ -27,6 +27,7 @@ class Libpq < Formula
|
|||
|
||||
test do
|
||||
(testpath/"libpq.c").write <<-EOS
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <libpq-fe.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue