Use secure URI in debian/watch.

Fixes lintian: debian-watch-uses-insecure-uri
See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details.
This commit is contained in:
Sylvestre Ledru 2019-12-08 21:02:49 +01:00
parent a82459875b
commit 7becadf0f4
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-9 (1:9.0.1~+rc2-1~exp2) UNRELEASED; urgency=medium
* Use secure URI in debian/watch.
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Dec 2019 21:02:49 +0100
llvm-toolchain-9 (1:9.0.1~+rc2-1~exp1) experimental; urgency=medium
* New snapshot release

2
debian/watch vendored
View File

@ -1,3 +1,3 @@
version=3
http://llvm.org/releases/download.html .*/llvm-([\d\.\-]+).src.tar.xz
https://llvm.org/releases/download.html .*/llvm-([\d\.\-]+).src.tar.xz