summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2016-05-23 00:25:09 +0000
committerAndrew Shadura <andrew.shadura@collabora.co.uk>2016-09-20 10:28:25 +0200
commit4dd5dac77f312be83f859e2ca5d333c2a68989b3 (patch)
treebe4d380163b98c53bcc821e995b6790d016bf9e5
parent951598e49197725ff7d300790843ca40bebb1bf6 (diff)
Use https in d/watch and use new "special strings" to help standardize format
-rw-r--r--debian/watch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch
index af478c6..3e0994b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=3
-http://ftp.gnome.org/pub/gnome/sources/seed/([\d\.]+[02468])/seed-([\d\.]+)\.tar\.xz
+version=4
+https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
+ @PACKAGE@@ANY_VERSION@\.tar\.xz \ No newline at end of file