From 369c4532facaf5c472526fc3070ace0ee814bd82 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 23 May 2016 00:25:09 +0000 Subject: [PATCH] Use https in d/watch and use new "special strings" to help standardize format --- debian/watch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/watch b/debian/watch index 987ca2a5..9af162a8 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 -http://ftp.gnome.org/pub/GNOME/sources/libgtop/([\d\.]+[02468])/ \ - libgtop-(.*)\.tar\.xz +version=4 +https://download.gnome.org/sources/libgtop/([\d\.]+[02468])/ \ + libgtop@ANY_VERSION@\.tar\.xz \ No newline at end of file