changeset 7167:72355a92f7d8

* src/cloog.mk: use https
author John Donoghue <john.donoghue@ieee.org>
date Wed, 10 Apr 2024 14:24:59 -0400
parents 13eb95d953f3
children f221be53a399
files src/cloog.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cloog.mk	Mon Apr 08 14:29:41 2024 -0400
+++ b/src/cloog.mk	Wed Apr 10 14:24:59 2024 -0400
@@ -12,7 +12,7 @@
 
 # stick to tested versions from gcc
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'ftp://gcc.gnu.org/pub/gcc/infrastructure/' | \
+    $(WGET) -q -O- 'https://gcc.gnu.org/pub/gcc/infrastructure/' | \
     $(SED) -n 's,.*cloog-\([0-9][^>]*\)\.tar.*,\1,p' | \
     $(SORT) -V |
     tail -1