diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 13:40:54 +0000 |
commit | 0336e3b7a97fe9ab118065eff0b25fad507a9a50 (patch) | |
tree | e49702ccec26f0ace090ed80ad22ec9a4a8975ab /debian/watch | |
parent | Adding upstream version 5:7.2.4. (diff) | |
download | redis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.tar.xz redis-0336e3b7a97fe9ab118065eff0b25fad507a9a50.zip |
Adding debian version 5:7.2.4-1.debian/5%7.2.4-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..da76382 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ + https://github.com/redis/redis/tags \ + (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ |