summaryrefslogtreecommitdiffstats
path: root/source-builder
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-11-15 21:50:22 +1100
committerChris Johns <chrisj@rtems.org>2022-11-15 21:50:22 +1100
commit3ec64413c9d7a74a58b48b0e64f89cc43516d719 (patch)
treee2cd4f81ec53d1a59c476c3983560c1e351d40b2 /source-builder
parentsb/downloads: Raise errors on no hash present (diff)
downloadrtems-source-builder-3ec64413c9d7a74a58b48b0e64f89cc43516d719.tar.bz2
rtems: Update source and patch URLs to valid locations
Updates #4715
Diffstat (limited to 'source-builder')
-rw-r--r--source-builder/config/nxlib-1.cfg3
-rw-r--r--source-builder/config/swig-4-1.cfg3
2 files changed, 4 insertions, 2 deletions
diff --git a/source-builder/config/nxlib-1.cfg b/source-builder/config/nxlib-1.cfg
index 4ee56d3..29e7320 100644
--- a/source-builder/config/nxlib-1.cfg
+++ b/source-builder/config/nxlib-1.cfg
@@ -17,7 +17,8 @@ URL: http://www.microwindows.org/
#
# nxlib Source
#
-%source set nxlib https://github.com/alex-sever-h/nxlib.git
+%source set nxlib --rsb-file=nxlib-%{nxlib_version}.zip \
+ https://github.com/alex-sever-h/nxlib/archive/%{nxlib_version}.zip
#
# Prepare the source code.
diff --git a/source-builder/config/swig-4-1.cfg b/source-builder/config/swig-4-1.cfg
index 897a9fa..82c2cd6 100644
--- a/source-builder/config/swig-4-1.cfg
+++ b/source-builder/config/swig-4-1.cfg
@@ -18,7 +18,8 @@ URL: http://www.swig.org/
#
%source set swig --rsb-file=swig-rel-%{swig_version}.tar.gz \
https://github.com/swig/swig/archive/rel-%{swig_version}.tar.gz
-%source set pcre https://sourceforge.net/projects/pcre/files/pcre/%{pcre_version}/pcre-%{pcre_version}.tar.bz2/download
+%source set pcre --rsb-file=pcre-%{pcre_version}.tar.bz2 \
+ https://sourceforge.net/projects/pcre/files/pcre/%{pcre_version}/pcre-%{pcre_version}.tar.bz2/download
#
# See if a special swig prefix is provided