From 05cc918c69bdd6c361b289780c49e2df87ac66bd Mon Sep 17 00:00:00 2001 From: doylet Date: Wed, 30 Aug 2023 11:29:10 +1000 Subject: [PATCH] linux: Add checksum for new deps --- app_manifest_dev.py | 2 +- devenver.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app_manifest_dev.py b/app_manifest_dev.py index 23d693c..c2ab194 100644 --- a/app_manifest_dev.py +++ b/app_manifest_dev.py @@ -213,7 +213,7 @@ def get_manifest(is_windows): exe_path = f"bin/doxygen" download_url = f"https://github.com/doxygen/doxygen/releases/download/Release_{version.replace('.', '_')}/doxygen-{version}.linux.bin.tar.gz" download_checksum = "8bcb7cbdb9d8ae78d0bf65a383bc533db5232e2527ab10743f1e58cba92a7d43" - checksum = "" + checksum = "230cc485bff7535c1a39addcc8c9893615092cfbb46a4a134510d41deb53807c" symlink = [f"doxygen-{version}"] result.append({ diff --git a/devenver.py b/devenver.py index f0b0340..0ba8f67 100644 --- a/devenver.py +++ b/devenver.py @@ -693,8 +693,8 @@ def run(user_app_list, else: download_url = f"https://www.7-zip.org/a/7z{version}-linux-x64.tar.xz" - download_checksum = "a" - checksum = "a" + download_checksum = "23babcab045b78016e443f862363e4ab63c77d75bc715c0b3463f6134cbcf318" + checksum = "c7f8769e2bc8df6bcbfba34571ee0340670a52dec824dbac844dd3b5bd1a69e1" exe_path = "7zz" internal_app_list[-1]["manifests"].append({ # Download proper 7zip, extract this exe with the bootstrap 7zip