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-07-18 07:02:45 +0000 |
commit | dca49a5265e54e4ad7f973d8812c5f4a22d06362 (patch) | |
tree | f5be3ecb48b6f89af92088dc70d34b748ccaf151 | |
parent | Releasing debian version 3.0.19-1. (diff) | |
download | ptpython-dca49a5265e54e4ad7f973d8812c5f4a22d06362.tar.xz ptpython-dca49a5265e54e4ad7f973d8812c5f4a22d06362.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 38fb031..0d1137c 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ptpython-$1\.tar\.gz/ \ -https://github.com/prompt-toolkit/ptpython/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/dbcli/prompt-toolkit/tags .*/v?(\d\S+)\.tar\.gz |