>From 6e7865e8ea6c4739743e5116c4502539a826a5f5 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha <[email protected]> Date: Thu, 16 Jun 2016 02:59:45 -0400 Subject: [PATCH] fix debian/watch (Closes: #827440)
--- debian/watch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index b8048d7..63023a6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 -https://git.gnome.org/browse/ostree/snapshot/ostree-([\d.]+)\.tar\.xz +version=4 +https://git.gnome.org/browse/ostree/refs/tags/ \ +/browse/ostree/snapshot/ostree-([\d.]+)\.tar\.xz -- 2.8.1 _______________________________________________ Pkg-utopia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-utopia-maintainers
