Skip to content

Commit

Permalink
Fix source filename after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 21, 2023
1 parent c571555 commit 396330f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = """CVS is a version control system, an important component of
toolchain = {'name': 'GCC', 'version': '4.8.2'}

source_urls = [' http://ftp.gnu.org/non-gnu/cvs/source/stable/%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
sources = ['cvs-%(version)s.tar.bz2']

patches = ['CVS-1.11.23-zlib-1.patch', 'CVS-1.11.23-getline.patch']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Source Configuration Management (SCM).
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = [' https://ftp.gnu.org/non-gnu/cvs/source/stable/%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
sources = ['cvs-%(version)s.tar.bz2']
patches = [
'CVS-1.11.23-zlib-1.patch',
'CVS-1.11.23-getline.patch',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = """CVS is a version control system, an important component of
toolchain = {'name': 'GCCcore', 'version': '4.9.3'}

source_urls = [' http://ftp.gnu.org/non-gnu/cvs/source/stable/%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
sources = ['cvs-%(version)s.tar.bz2']

patches = ['CVS-1.11.23-zlib-1.patch', 'CVS-1.11.23-getline.patch']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = """CVS is a version control system, an important component of
toolchain = {'name': 'GCCcore', 'version': '6.4.0'}

source_urls = [' http://ftp.gnu.org/non-gnu/cvs/source/stable/%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
sources = ['cvs-%(version)s.tar.bz2']
patches = [
'CVS-1.11.23-zlib-1.patch',
'CVS-1.11.23-getline.patch',
Expand Down

0 comments on commit 396330f

Please sign in to comment.