diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:00:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:00:13 +0000 |
commit | cbc4c5fc6e1f42e30a88e9701344dc1b28e2b661 (patch) | |
tree | 5d76b2be886ffa3695047ae6f266736a70bba6dc | |
parent | Releasing debian version 1.13-2. (diff) | |
download | clzip-cbc4c5fc6e1f42e30a88e9701344dc1b28e2b661.tar.xz clzip-cbc4c5fc6e1f42e30a88e9701344dc1b28e2b661.zip |
Correcting typo in 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 538e00d..557538b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto" uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ +opts="pgpmode=auto uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ https://download.savannah.gnu.org/releases/lzip/clzip/@PACKAGE@@ANY_VERSION@\.tar\.lz |