Skip to content

Commit

Permalink
fix(syncthing): update apt repo url and use .gpg key file instead of …
Browse files Browse the repository at this point in the history
….txt (#1229)

* fix(syncthing): update apt repo url

* fix(syncthing): change plain text key to GPG key to avoid possible future deprecation
  • Loading branch information
adixdzx15 authored Dec 10, 2024
1 parent 1e77559 commit 0602eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-main/packages/syncthing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DEFVER=1
ASC_KEY_URL="https://syncthing.net/release-key.txt"
APT_REPO_URL="https://apt.syncthing.net/ syncthing release"
GPG_KEY_URL="https://syncthing.net/release-key.gpg"
APT_REPO_URL="https://apt.syncthing.net/ syncthing stable"
PRETTY_NAME="Syncthing"
WEBSITE="https://syncthing.net/"
SUMMARY="Continuous file synchronization program."

0 comments on commit 0602eda

Please sign in to comment.