security/apkid: upgrade to v2.1.4
Release notes at <https://github.com/rednaga/APKiD/releases/tag/v2.1.4>. Also add pytest.
This commit is contained in:
parent
5cec182085
commit
72fbf85c47
3 changed files with 16 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= APKiD
|
||||
PORTVERSION= 2.1.3
|
||||
PORTVERSION= 2.1.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= security
|
||||
|
||||
|
@ -16,7 +16,7 @@ LICENSE_PERMS_RedNaga= pkg-mirror pkg-sell
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rednaga
|
||||
|
||||
USES= python:3.7+
|
||||
USES= pytest python:3.7+
|
||||
USE_PYTHON= distutils
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara-python-dex>0:security/py-yara-python-dex@${PY_FLAVOR}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1649784250
|
||||
SHA256 (rednaga-APKiD-v2.1.3_GH0.tar.gz) = ca459365c3c02374691bc3c6dc42bd4c6cda2567cb9f34ea71b75ef94ba248ab
|
||||
SIZE (rednaga-APKiD-v2.1.3_GH0.tar.gz) = 59856
|
||||
TIMESTAMP = 1664308364
|
||||
SHA256 (rednaga-APKiD-v2.1.4_GH0.tar.gz) = 1ad2fe1f6340672a09310836707173a2b6c8cf9be323ff5fd5a50524f243b829
|
||||
SIZE (rednaga-APKiD-v2.1.4_GH0.tar.gz) = 63213
|
||||
|
|
11
security/apkid/files/patch-apkid_____init____.py
Normal file
11
security/apkid/files/patch-apkid_____init____.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- apkid/__init__.py.orig 2022-09-23 16:48:51 UTC
|
||||
+++ apkid/__init__.py
|
||||
@@ -26,7 +26,7 @@
|
||||
"""
|
||||
|
||||
__title__ = 'apkid'
|
||||
-__version__ = '2.1.3'
|
||||
+__version__ = '2.1.4'
|
||||
__author__ = 'Caleb Fenton & Tim Strazzere'
|
||||
__license__ = 'GPL & Commercial'
|
||||
__copyright__ = 'Copyright (C) 2022 RedNaga'
|
Loading…
Reference in a new issue