Skip to content

Commit

Permalink
use new checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Oct 25, 2024
1 parent ee496cf commit 2531982
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.37'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '11.3.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.38'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '12.2.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.39'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '12.3.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.40'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.40'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ toolchain = {'name': 'GCCcore', 'version': '13.3.0'}

source_urls = ['https://apps.fz-juelich.de/jsc/%(namelower)s/download.php?version=%(version)sl']
sources = ['%(namelower)s-%(version)sl.tar.gz']
checksums = ['3b5072d8a32a9e9858d85dfe4dc01e7cfdbf54cdaa60660e760b634ee08d8a4c']
checksums = ['e37c42975b47dead4649d34fbcaf5a95d2257240039756a0d7f3c1ff312aebcc']

builddependencies = [
('binutils', '2.42'),
Expand Down

0 comments on commit 2531982

Please sign in to comment.