diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:21 +0000 |
commit | 6374fd0fecc0e2893bd800a8772490e1ed1800d1 (patch) | |
tree | e5dc4352298d1f5eaf9a8c9cda12d5bafa323b58 | |
parent | Releasing debian version 1.2-4. (diff) | |
download | lzd-6374fd0fecc0e2893bd800a8772490e1ed1800d1.tar.xz lzd-6374fd0fecc0e2893bd800a8772490e1ed1800d1.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 8d950ec..ed0977e 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/lzd/@PACKAGE@@ANY_VERSION@\.tar\.lz |