Use HTTPS instead of FTP

FTP is an outdated protocol and blocked by some firewalls.
This commit is contained in:
Sebastian Huber
2019-01-23 13:41:30 +01:00
parent d523d4c9d6
commit f07504d271
31 changed files with 50 additions and 50 deletions

View File

@@ -56,7 +56,7 @@ _build: triplet, required, ''
_target: none, optional, ''
# RTEMS release URL
rtems_release_url: none, none, 'ftp://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
rtems_release_url: none, none, 'https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
# The user
_uid: none, convert, '%(%{__id_u} -n)'