From 0d20be43d4cbdf39395defe73529c9fc11d3eb57 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Mon, 23 May 2016 02:15:25 +0000 Subject: [PATCH] Use https in d/watch and use new "special strings" to help standardize format --- debian/watch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index b77b563a..3e0994bc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 -http://ftp.gnome.org/pub/GNOME/sources/gnome-shell-extensions/([\d\.]+[02468])/gnome-shell-extensions-([\d\.]+)\.tar\.xz +version=4 +https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \ + @PACKAGE@@ANY_VERSION@\.tar\.xz \ No newline at end of file