diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-07-18 07:02:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:17:24 +0000 |
commit | 844bd6bfe90bc3b083ad74b61843e901b9a68e1a (patch) | |
tree | 2c863523f7d63e89a6a48dc7568dfaf81b9fec54 | |
parent | Updating python debhelper sequence. (diff) | |
download | pgcli-844bd6bfe90bc3b083ad74b61843e901b9a68e1a.tar.xz pgcli-844bd6bfe90bc3b083ad74b61843e901b9a68e1a.zip |
Updating watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index f5ddd90..e20100f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pgcli-$1\.tar\.gz/ \ -https://github.com/dbcli/pgcli/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/dbcli/pgcli/tags .*/v?(\d\S+)\.tar\.gz |