mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 14:18:19 +00:00
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:
parent
a82459875b
commit
7becadf0f4
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/watch
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user