Skip to content
Snippets Groups Projects
Commit 7ecc20dc authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To fix the lack of checksum for the patch

parent 6c39cdd3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,10 @@ github_account = 'colmap'
source_urls = [GITHUB_SOURCE]
sources = ['%(version)s.tar.gz']
patches = ['unpatch-5695733.patch']
checksums = ['02288f8f61692fe38049d65608ed832b31246e7792692376afb712fa4cef8775']
checksums = [
{'3.8.tar.gz': '02288f8f61692fe38049d65608ed832b31246e7792692376afb712fa4cef8775'},
{'unpatch-5695733.patch': '37aad48aa547f412d9d8be050b7032c168d8512cda995ac773dce1b70772156b'},
]
builddependencies = [
('binutils', '2.38'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment