Skip to content

Commit

Permalink
Fix depend versions
Browse files Browse the repository at this point in the history
  • Loading branch information
swadmin committed Sep 1, 2022
1 parent 5444320 commit ec40bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ checksums = ['f98a482520c47507521a907914daa9efbc1384e0591b5afc3da18aa897de2948']

builddependencies = [
('binutils', '2.38'),
('pkg-config', '0.29.2')
('pkgconf', '1.8.0')
]

dependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums = ['8a1cd8b7fae04b82a95168252129b8c1baca098a285ff8d3f25781dead14b75a']
builddependencies = [
('binutils', '2.38'),
('CMake', '3.23.1'),
('Perl', '5.34.1'), # required for pod2html
('Perl', '5.34.1', '-minimal'), # required for pod2html
]

sanity_check_paths = {
Expand Down

0 comments on commit ec40bbe

Please sign in to comment.