check_postgres: use https urls

Closes Homebrew/homebrew#41929.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Viktor Szakats 2015-07-20 12:01:54 +02:00 committed by Mike McQuaid
parent afd9ce8730
commit 7632962a1a

View file

@ -1,7 +1,7 @@
class CheckPostgres < Formula
desc "Monitor Postgres databases"
homepage "http://bucardo.org/wiki/Check_postgres"
url "http://bucardo.org/downloads/check_postgres-2.22.0.tar.gz"
homepage "https://bucardo.org/wiki/Check_postgres"
url "https://bucardo.org/downloads/check_postgres-2.22.0.tar.gz"
sha256 "29cd8ea0a0c0fcd79a1e6afb3f5a1d662c1658eef207ea89276ddb30121b85a8"
head "https://github.com/bucardo/check_postgres.git"