diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:26 +0000 |
commit | 68cc4161b45e67f8c52114f4ba79dae6cecb24ac (patch) | |
tree | f4e7765b448069e32fba4e77ff8ca56adecd4aa6 | |
parent | Releasing debian version 1.23-2. (diff) | |
download | lziprecover-68cc4161b45e67f8c52114f4ba79dae6cecb24ac.tar.xz lziprecover-68cc4161b45e67f8c52114f4ba79dae6cecb24ac.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 4a438fb..ef7cefa 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/lziprecover/@PACKAGE@@ANY_VERSION@\.tar\.lz |