diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-05 02:01:37 +0000 |
commit | ccb6bfe4e009b0ad0ca0b609fac512a5b87fc223 (patch) | |
tree | f35877a8897761ea74bbeebf64dc8396201fc854 | |
parent | Releasing debian version 0.22-2. (diff) | |
download | tarlz-ccb6bfe4e009b0ad0ca0b609fac512a5b87fc223.tar.xz tarlz-ccb6bfe4e009b0ad0ca0b609fac512a5b87fc223.zip |
Correcting typo in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 5d387c3..435269f 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/tarlz/@PACKAGE@@ANY_VERSION@\.tar\.lz |