From 3b2d896b706739e0355c3c3096d5213774344fea Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 15 Apr 2023 11:56:24 +0200 Subject: [PATCH] installation: use media.luffy.cx for GPG --- content/index.html | 2 +- content/installation.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/index.html b/content/index.html index b5fa1cd5..92d83c3d 100644 --- a/content/index.html +++ b/content/index.html @@ -25,7 +25,7 @@ Unixes. It also supports some proprietary protocols. [last]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz "lldpd {{ resource.meta.latestversion }} version" [GPG]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz.gpg "lldpd {{ resource.meta.latestversion }} GPG signature" [ISC]: https://en.wikipedia.org/wiki/ISC_license "ISC license on Wikipedia" -[public key]: https://media.bernat.ch/files/gpg.txt +[public key]: https://media.luffy.cx/files/gpg.txt [LLDP]: https://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol "Link Layer Discovery Protocol" *[LLDP]: Link Layer Discovery Protocol diff --git a/content/installation.html b/content/installation.html index 0b47f045..f1dda765 100644 --- a/content/installation.html +++ b/content/installation.html @@ -162,7 +162,7 @@ First, download the tarball archive: ::console $ curl -sO https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz $ curl -sO https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz.gpg - $ curl -s https://media.bernat.ch/files/gpg.txt | gpg --import + $ curl -s https://media.luffy.cx/files/gpg.txt | gpg --import gpg: key 95A42FE8353525F9: "Vincent Bernat " not changed gpg: Total number processed: 1 gpg: unchanged: 1 -- 2.39.2