diff options
-rw-r--r-- | debian/watch | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/debian/watch b/debian/watch index 08ce42b..fe69ebb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,9 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - # Compulsory line, this is a version 3 file version=3 -# examine a Webserver directory -http://downloads.mongodb.org/linux/mongodb-linux-(.*)\.tar\.gz +# examine the content of the downloads page as the directory listing +# is not allowed anymore +# +# Forced regexp to match only to the current stable release +http://www.mongodb.org/display/DOCS/Downloads \ + http://downloads\.mongodb\.org/src/mongodb-src-r(1\.4[\d\.]+)\.tar\.gz |