Skip to content

Commit

Permalink
fix typo checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHoffmann77 committed Dec 19, 2024
1 parent c3d6fb5 commit bf6a455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exts_list = [
'preinstallopts': _tr_preinstallopts,
'source_urls': ['https://github.com/triton-lang/triton/archive/'],
'sources': [{
'filename': 'v%%(version)s-%s.tar.gz' % local_commit,
'filename': 'v%%(version)s-%s.tar.gz' % local_commit[:7],
'download_filename': '%s.tar.gz' % local_commit,
}],
'start_dir': 'python',
Expand Down

0 comments on commit bf6a455

Please sign in to comment.