tshark: Fixes bug #12598 Correct the non incremented PAK_VER

- The PAK_VER number was not incremented in patch 3947
- All other addon patches raised by Adolf Belka at that time checked
   and all others have the PAK_VER correctly incremented
- Fixes bug #12598

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Adolf Belka
2021-04-01 19:12:44 +02:00
committed by Michael Tremer
parent eb29db5e24
commit bfc342e6dc

View File

@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tshark
DEPS = krb5 c-ares
PAK_VER = 9
PAK_VER = 10
###############################################################################
# Top-level Rules