summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-10-01 09:49:37 +0200
committerOndřej Nový <onovy@debian.org>2018-10-01 09:49:37 +0200
commite3984312068f8e535ca5066f37a72317ddaf1b61 (patch)
treed0cbecc27656e4c5cfdeeea2d13ba87785422dff
parent07a2cca6291de740536a69d11572726b0b5cc3a1 (diff)
d/watch: Use https protocol
-rw-r--r--debian/changelog1
-rw-r--r--debian/watch2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1d09e2f..ae678cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ scons (3.0.1-2) UNRELEASED; urgency=medium
* d/control: Remove ancient X-Python-Version field
* d/copyright: Use https protocol in Format field
* d/control: Set Vcs-* to salsa.debian.org
+ * d/watch: Use https protocol
-- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:49:30 +0200
diff --git a/debian/watch b/debian/watch
index 916aabd..f61c313 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@
# remove zip to get tar.gz
#
version=4
-http://sf.net/scons/scons-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://sf.net/scons/scons-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))