Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix insync key removal using keyID fetch #731

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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