Skip to content

Commit

Permalink
Add checksums to jhbuild to make CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 11, 2023
1 parent 78a0f06 commit e0b429a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ toolchain = {'name': 'GCCcore', 'version': '4.9.3'}

sources = ['%(version)s.tar.gz']
source_urls = [('https://github.com/GNOME/jhbuild/archive/')]
checksums = [None]

# jhbuild is python so it has a python dependency, but we want to give people freedom to use whatever python they
# chose during a build process
Expand All @@ -28,7 +29,7 @@ dependencies = [
('flex', '2.6.0'),
('Bison', '3.0.4'),
('M4', '1.4.17'),
('ConcurrentVersionsSystems', '1.11.23'),
('ConcurrentVersionsSystem', '1.11.23'),
]

# We use the simple install method as per:
Expand Down

0 comments on commit e0b429a

Please sign in to comment.