git: 560b3579cf14 - main - security/apkid: upgrade to v2.1.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 10:47:59 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=560b3579cf14b07ada80a76b087fa0649576f5ef commit 560b3579cf14b07ada80a76b087fa0649576f5ef Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-07-31 10:46:40 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-07-31 10:47:56 +0000 security/apkid: upgrade to v2.1.5 Release notes at <https://github.com/rednaga/APKiD/releases/tag/v2.1.5>. --- security/apkid/Makefile | 2 +- security/apkid/distinfo | 6 +++--- security/apkid/files/patch-apkid_____init____.py | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/security/apkid/Makefile b/security/apkid/Makefile index c28898599dab..d72b4f513c70 100644 --- a/security/apkid/Makefile +++ b/security/apkid/Makefile @@ -1,5 +1,5 @@ PORTNAME= APKiD -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/apkid/distinfo b/security/apkid/distinfo index 42354458bd38..3cf914a1fca5 100644 --- a/security/apkid/distinfo +++ b/security/apkid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664308364 -SHA256 (rednaga-APKiD-v2.1.4_GH0.tar.gz) = 1ad2fe1f6340672a09310836707173a2b6c8cf9be323ff5fd5a50524f243b829 -SIZE (rednaga-APKiD-v2.1.4_GH0.tar.gz) = 63213 +TIMESTAMP = 1690799203 +SHA256 (rednaga-APKiD-v2.1.5_GH0.tar.gz) = 2a02b9472f1699c0da3d9590016e7708774ed8a07065f37ccc84c967f9a21e90 +SIZE (rednaga-APKiD-v2.1.5_GH0.tar.gz) = 70166 diff --git a/security/apkid/files/patch-apkid_____init____.py b/security/apkid/files/patch-apkid_____init____.py deleted file mode 100644 index 89502886c1b2..000000000000 --- a/security/apkid/files/patch-apkid_____init____.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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'