From 225dc53795aab86825c4ab15dd9641df657f1ae0 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sun, 14 Dec 2025 02:02:40 +0100 Subject: [PATCH] build(appimage): use https when querying repos --- dist/AppImage/AppImageBuilder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/AppImage/AppImageBuilder.yml b/dist/AppImage/AppImageBuilder.yml index 01517579d..c60bae79b 100644 --- a/dist/AppImage/AppImageBuilder.yml +++ b/dist/AppImage/AppImageBuilder.yml @@ -15,8 +15,8 @@ AppDir: - "{{ARCHITECTURE_PACKAGE}}" allow_unauthenticated: true sources: - - sourceline: 'deb [arch=amd64] http://us.archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse' - - sourceline: 'deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ noble main restricted universe multiverse' + - sourceline: 'deb [arch=amd64] https://us.archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse' + - sourceline: 'deb [arch=arm64] https://ports.ubuntu.com/ubuntu-ports/ noble main restricted universe multiverse' include: - libgdk-pixbuf2.0-0 - libgdk-pixbuf2.0-common