From 978a12fd558173bb23c5ebe913993b51c38e292d Mon Sep 17 00:00:00 2001 From: Phil Clifford Date: Fri, 10 Feb 2023 10:44:52 +0000 Subject: [PATCH] Fix insync key removal using keyID fetch (#731) * Stop insync key change breaking tests * Updated to use Key ID Now depends on #741 being merged --- 01-main/packages/insync | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/01-main/packages/insync b/01-main/packages/insync index 68e7e494a..b336256d2 100644 --- a/01-main/packages/insync +++ b/01-main/packages/insync @@ -1,7 +1,5 @@ DEFVER=1 -if [ "${ACTION}" != "prettylist" ]; then - ASC_KEY_URL="$(curl -s https://www.insynchq.com/downloads | grep gpgkey | cut -d'=' -f2)" -fi +GPG_KEY_ID="A684470CACCAF35C" APT_REPO_URL="http://apt.insync.io/${UPSTREAM_ID} ${UPSTREAM_CODENAME} non-free contrib" PRETTY_NAME="Insync" WEBSITE="https://www.insynchq.com/"