From ad19a9c48e220c8bc100edbf35561e225d2c1ba1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 10:23:11 +0200 Subject: http to https audit --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index e37c806..b1da3e4 100644 --- a/INSTALL +++ b/INSTALL @@ -49,7 +49,7 @@ c) Install PostgreSQL and Apache2 development files. Specifically, we need FreeBSD: postgresql94-client apr apache24 d) Download (normally from the same place where you obtained brep, e.g., - http://download.build2.org) and install build2-toolchain by following its + https://download.build2.org) and install build2-toolchain by following its INSTALL file instructions. You can build build2-toolchain using brep's login and in its home directory. @@ -91,7 +91,7 @@ $ bpkg create \ config.bin.rpath="/home/brep/install/lib /usr/local/lib" \ config.install.root=/home/brep/install -$ bpkg add http://pkg.cppget.org/1/alpha +$ bpkg add https://pkg.cppget.org/1/alpha $ bpkg fetch $ bpkg build brep $ bpkg install brep -- cgit v1.1