Skip to content

Commit

Permalink
Fix insync key removal using keyID fetch (#731)
Browse files Browse the repository at this point in the history
* Stop insync key change breaking tests

* Updated to use Key ID

Now depends on #741 being merged
  • Loading branch information
philclifford authored Feb 10, 2023
1 parent d82e47d commit 978a12f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 01-main/packages/insync
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 978a12f

Please # to comment.