app-misc/kloak: replace static version with ${PV}

fixes the following pkgcheck warnings:

app-misc/kloak
  StaticSrcUri: version 0.2.30: '0.2.30' in SRC_URI, replace with ${PV}

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-21 06:44:33 +06:00
parent 58ea543318
commit eb93bd5b82

View File

@@ -5,7 +5,7 @@ EAPI=8
DESCRIPTION="A privacy tool that makes keystroke biometrics less effective"
HOMEPAGE="https://github.com/Whonix/kloak"
SRC_URI="https://gitlab.com/whonix/kloak/-/archive/0.2.30-2/${P}-2.tar.bz2"
SRC_URI="https://gitlab.com/whonix/kloak/-/archive/${PV}-2/${P}-2.tar.bz2"
S="${WORKDIR}/${P}-2"