use https here too

This commit is contained in:
Joey Hess 2014-10-24 13:58:32 -04:00
parent 45b2a87520
commit 508355a5cf

View file

@ -9,8 +9,8 @@ file accompanying your package. Just append .sig to the url.
For example, on Linux: For example, on Linux:
$ wget http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz $ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
$ wget http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz.sig $ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz.sig
You can then download the public key, and check that the package is signed You can then download the public key, and check that the package is signed
with it. with it.