FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: pull libssh2 from www.libssh2.org · libgit2/libgit2@fe82fbd · GitHub

Commit fe82fbd

Browse files
committed
ci: pull libssh2 from www.libssh2.org
libssh2.org and www.libssh2.org were previously identical; now this is a redirect.
1 parent 1396a9b commit fe82fbd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎ci/docker/centos7‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN yum install -y \
1818

1919
FROM yum AS libssh2
2020
RUN cd /tmp && \
21-
curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
21+
curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
2222
cd libssh2-1.8.0 && \
2323
./configure && \
2424
make && \

‎ci/docker/centos8‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN yum install -y \
2020

2121
FROM yum AS libssh2
2222
RUN cd /tmp && \
23-
curl https://libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
23+
curl https://www.libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
2424
cd libssh2-1.8.0 && \
2525
./configure && \
2626
make && \

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL