summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <onovy@debian.org>2018-10-01 09:49:39 +0200
committerOndřej Nový <onovy@debian.org>2018-10-01 09:49:39 +0200
commit574f09548fd93dedf3f1f2a3e39b981097dcfd5c (patch)
tree273a16e05bf01b993cf52edccfbc67fdabf809c8
parentee740dfef50dd76d622176d0daa42ca85fd26ac0 (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 20f0734..b933a44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ scons-doc (3.0.0+repack-2) UNRELEASED; urgency=medium
* 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:36 +0200
diff --git a/debian/watch b/debian/watch
index 0208447..a799d58 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=4
opts=dversionmangle=s/\+repack(.*)// \
-http://sf.net/scons/scons-src-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://sf.net/scons/scons-src-(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))