Update URL for git clone operations to use github HTTPS URLs for people behind a corporate firewall that prevents SSH access.

This commit is contained in:
Eric A. Zarko
2016-03-08 12:34:24 -08:00
parent 71f82c895c
commit dad16433ee
+1 -1
View File
@@ -95,7 +95,7 @@ build_install_skarnet_package() {
cd "$BUILDDIR"
git clone git://git.skarnet.org/${package}
git clone https://github.com/skarnet/${package}.git
cd ${package}
if [[ ${version} =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
version=$(git rev-list -n 1 v${version})