diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:43 +0000 |
commit | 6ba915f8c7ed800cbbce91257ac54dc76db7ab51 (patch) | |
tree | 434c9a61020406d56af6bdbca63f4d2d326fe591 | |
parent | Releasing debian version 1.11-2. (diff) | |
download | zutils-6ba915f8c7ed800cbbce91257ac54dc76db7ab51.tar.xz zutils-6ba915f8c7ed800cbbce91257ac54dc76db7ab51.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 8c9e993..8971cd5 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/zutils/@PACKAGE@@ANY_VERSION@\.tar\.lz |