[PATCH util/modular 2/2] release.sh: use https for URLs in announcement
Julien Cristau
jcristau at debian.org
Thu Sep 15 10:13:38 UTC 2016
{xorg,dri,wayland,www}.freedesktop.org are all https now.
Signed-off-by: Julien Cristau <jcristau at debian.org>
---
release.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release.sh b/release.sh
index bb3f17a..6d5ac80 100755
--- a/release.sh
+++ b/release.sh
@@ -103,11 +103,11 @@ RELEASE
for tarball in $tarbz2 $targz $tarxz; do
cat <<RELEASE
-http://$host_current/$section_path/$tarball
+https://$host_current/$section_path/$tarball
MD5: `$MD5SUM $tarball`
SHA1: `$SHA1SUM $tarball`
SHA256: `$SHA256SUM $tarball`
-PGP: http://${host_current}/${section_path}/${tarball}.sig
+PGP: https://${host_current}/${section_path}/${tarball}.sig
RELEASE
done
--
2.9.3
More information about the xorg-devel
mailing list