summaryrefslogtreecommitdiffstats
path: root/get-sources.sh
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2020-04-01 17:04:23 -0400
committerYaakov Selkowitz <yselkowi@redhat.com>2020-04-01 17:04:23 -0400
commit2880e0e6dbd4740d07257e3c17421c7807c24ad3 (patch)
treedb4709091091c6af8c4f5ffbac7671465019a01d /get-sources.sh
parentefbfa4ea35119e02d8a49748ef9bc95d684ffb10 (diff)
downloadcygwin-2880e0e6dbd4740d07257e3c17421c7807c24ad3.tar.gz
cygwin-2880e0e6dbd4740d07257e3c17421c7807c24ad3.tar.xz
cygwin-2880e0e6dbd4740d07257e3c17421c7807c24ad3.zip
cygwin 3.1.4
Diffstat (limited to 'get-sources.sh')
-rwxr-xr-xget-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-sources.sh b/get-sources.sh
index 9020da2..c7a44c1 100755
--- a/get-sources.sh
+++ b/get-sources.sh
@@ -1,7 +1,7 @@
v=$(grep '^Version:' cygwin.spec | sed -e 's/.* //')
r=1
tarsrc=cygwin-$v-$r-src.tar.xz
-url=ftp://sourceware.org/pub/cygwin/x86/release/cygwin/${tarsrc}
+url=https://sourceware.org/pub/cygwin/x86/release/cygwin/${tarsrc}
curl --fail --remote-time --location --output ${tarsrc} $url
tar axf ${tarsrc} cygwin-$v-$r.src/newlib-cygwin-$v.tar.bz2 \