From e08af6264d99bfab420e8a60eda669843e3d533d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Thu, 19 Jun 2025 08:59:41 -0500 Subject: [PATCH] fix(sources): use temporal zen browser artifacts as source for beta Check: https://github.com/0xc000022070/zen-browser-flake/issues/70 --- sources.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources.json b/sources.json index 8adff92..943eccb 100644 --- a/sources.json +++ b/sources.json @@ -3,13 +3,13 @@ "x86_64-linux": { "version": "1.13.2b", "sha1": "dcd032856bd089e033eafb779d3f1b8665551597", - "url": "https://github.com/zen-browser/desktop/releases/download/1.13.2b/zen.linux-x86_64.tar.xz", + "url": "https://github.com/zen-browser-auto/www-temp/releases/download/1.13.2b/zen.linux-x86_64.tar.xz", "sha256": "sha256-VMlvtmb1sJQeDkPjnUNEA0eR2arFZ8BMs8EkK/sfq0I=" }, "aarch64-linux": { "version": "1.13.2b", "sha1": "dcd032856bd089e033eafb779d3f1b8665551597", - "url": "https://github.com/zen-browser/desktop/releases/download/1.13.2b/zen.linux-aarch64.tar.xz", + "url": "https://github.com/zen-browser-auto/www-temp/releases/download/1.13.2b/zen.linux-aarch64.tar.xz", "sha256": "sha256-QUquTsdigDt8ZKzGUlykTl9E+cRP5IlvvbUnDUH8Fbw=" } },