summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-17 14:45:03 -0400
committerB Stack <bgstack15@gmail.com>2019-09-17 14:45:03 -0400
commit529c1942af83a4b1e40d7777d6287a2de25a75b8 (patch)
tree66657aca6ce3209f3955c4eb866e4736c617ef49
parentlibssh 1.9.0 from city-fan (diff)
downloadstackrpms-529c1942af83a4b1e40d7777d6287a2de25a75b8.tar.gz
stackrpms-529c1942af83a4b1e40d7777d6287a2de25a75b8.tar.bz2
stackrpms-529c1942af83a4b1e40d7777d6287a2de25a75b8.zip
use https
-rw-r--r--libssh2/libssh2.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh2/libssh2.spec b/libssh2/libssh2.spec
index 2c38eeb..c983613 100644
--- a/libssh2/libssh2.spec
+++ b/libssh2/libssh2.spec
@@ -22,7 +22,8 @@ Release: 2.0.stack.%{__distinit}%{__distvers}
Summary: A library implementing the SSH2 protocol
License: BSD
URL: http://www.libssh2.org/
-Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz
+# stackrpms: use https for copr build
+Source0: https://libssh2.org/download/libssh2-%{version}.tar.gz
Patch0: libssh2-1.7.0-pkgconfig.patch
BuildRequires: coreutils
BuildRequires: findutils
bgstack15