summaryrefslogtreecommitdiff
path: root/debian/watch
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2016-05-23 00:25:09 +0000
committerJeremy Bicha <jbicha@debian.org>2016-05-23 00:25:09 +0000
commit87eace25d3a6591ee66e4cb2c58969a496280624 (patch)
tree12ca3af957c68d063e7c81a1f1a7cfba4f87fc51 /debian/watch
parentRelease version 3.20.0-1 to unstable (diff)
downloadzenity-87eace25d3a6591ee66e4cb2c58969a496280624.tar.gz
zenity-87eace25d3a6591ee66e4cb2c58969a496280624.tar.bz2
zenity-87eace25d3a6591ee66e4cb2c58969a496280624.zip
Use https in d/watch and use new "special strings" to help standardize format
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch
index 5c06107b..3e0994bc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-version=3
-http://ftp.gnome.org/pub/gnome/sources/zenity/([\d\.]+[02468])/zenity-([\d\.]+)\.tar\.xz
+version=4
+https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
+ @PACKAGE@@ANY_VERSION@\.tar\.xz \ No newline at end of file
bgstack15