diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:17 +0000 |
commit | ab5dab5d31b52de086f080bb0e02c893693c0450 (patch) | |
tree | 4ba14d10768407a7127866d4c75a163be0f6e43b | |
parent | Releasing debian version 1.13-2. (diff) | |
download | lunzip-ab5dab5d31b52de086f080bb0e02c893693c0450.tar.xz lunzip-ab5dab5d31b52de086f080bb0e02c893693c0450.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 3e60ec4..1b336b1 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/lunzip/@PACKAGE@@ANY_VERSION@\.tar\.lz |