From 38ae337815d55097e6e38213861bcdffd12dce64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Tue, 31 Dec 2024 16:56:52 -0500 Subject: [PATCH] debug: all SHA1s are empty in sources.json file --- sources.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sources.json b/sources.json index e31b05b..18d34d8 100644 --- a/sources.json +++ b/sources.json @@ -3,14 +3,14 @@ "x86_64-linux": { "name": "beta", "version": "1.0.2-b.5", - "sha1": "20c16af6d399fc325572e9beb404c160a1130aa8", + "sha1": "", "url": "https://github.com/zen-browser/desktop/releases/download/1.0.2-b.5/zen.linux-x86_64.tar.bz2", "sha256": "sha256-sS9phyr97WawxB2AZAwcXkvO3xAmv8k4C8b8Qw364PY=" }, "aarch64-linux": { "name": "beta", "version": "1.0.2-b.5", - "sha1": "20c16af6d399fc325572e9beb404c160a1130aa8", + "sha1": "", "url": "https://github.com/zen-browser/desktop/releases/download/1.0.2-b.5/zen.linux-aarch64.tar.bz2", "sha256": "sha256-nuGSRzwBloFwgNCIbc5xv3vGkiHQxzOQr4FUX4Cip7Y=" } @@ -19,14 +19,14 @@ "x86_64-linux": { "name": "twilight", "version": "1.2-t.6", - "sha1": "c88dbd3f02016b568e4de61b7c20ade45b2a16d1", + "sha1": "", "url": "https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.bz2", "sha256": "sha256-wrpIKL3oAIToSiEfIJHPPKUu6Tgbu4+yrNS7g6SfFHo=" }, "aarch64-linux": { "name": "twilight", "version": "1.2-t.6", - "sha1": "c88dbd3f02016b568e4de61b7c20ade45b2a16d1", + "sha1": "", "url": "https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.bz2", "sha256": "sha256-tPjfVpgJyAty37tkTc//Fo3ucpYrRaoVSLLqax3g4qw=" }