From 334223b492de5eee909fd66c1d17b616c27442fb Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Tue, 17 Nov 2015 17:29:44 +0100 Subject: [PATCH] Point watch file to the https URL. --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fdefe67b3..1566196bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cmake (3.4.0-1) UNRELEASED; urgency=medium * New upstream release. + * Point watch file to the https URL. -- Felix Geyer Tue, 17 Nov 2015 17:29:12 +0100 diff --git a/debian/watch b/debian/watch index 94635edbb..4c424f3f5 100644 --- a/debian/watch +++ b/debian/watch @@ -2,5 +2,5 @@ version=3 # Track CMake 2.6.x releases including RCs opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \ - http://www.cmake.org/files/v([\d.]+)/ \ + https://cmake.org/files/v([\d.]+)/ \ cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz