diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-10-21 12:18:24 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-10-21 12:23:52 +0000 |
commit | cbac8c57d771b914da5e638a3f8713b2690e1e0d (patch) | |
tree | 339f9dd9be56b2809218ae94341a85755bc562e4 | |
parent | d0321e1dc250fe6e3b94e40e921337390fee1ed7 (diff) | |
download | ports-cbac8c57d771b914da5e638a3f8713b2690e1e0d.tar.gz ports-cbac8c57d771b914da5e638a3f8713b2690e1e0d.zip |
security/nextcloud-twofactor_webauthn: Update to 1.0.0
-rw-r--r-- | security/nextcloud-twofactor_webauthn/Makefile | 4 | ||||
-rw-r--r-- | security/nextcloud-twofactor_webauthn/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/nextcloud-twofactor_webauthn/Makefile b/security/nextcloud-twofactor_webauthn/Makefile index 29c7a9df0dbf..571d6efb4306 100644 --- a/security/nextcloud-twofactor_webauthn/Makefile +++ b/security/nextcloud-twofactor_webauthn/Makefile @@ -1,5 +1,5 @@ PORTNAME= twofactor_webauthn -PORTVERSION= 0.3.3 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -14,7 +14,7 @@ WWW= https://apps.nextcloud.com/apps/twofactor_webauthn LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=21:www/nextcloud@${PHP_FLAVOR} +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=25:www/nextcloud@${PHP_FLAVOR} USES= php:flavors IGNORE_WITH_PHP= 82 diff --git a/security/nextcloud-twofactor_webauthn/distinfo b/security/nextcloud-twofactor_webauthn/distinfo index 1c4fe9dadf09..b4ba253b8b62 100644 --- a/security/nextcloud-twofactor_webauthn/distinfo +++ b/security/nextcloud-twofactor_webauthn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664802991 -SHA256 (nextcloud/twofactor_webauthn-v0.3.3.tar.gz) = 291c20032cfc1f2fb081cc8721e272bc503d103987c6abb7ce442e497d278d0a -SIZE (nextcloud/twofactor_webauthn-v0.3.3.tar.gz) = 2928498 +TIMESTAMP = 1666341445 +SHA256 (nextcloud/twofactor_webauthn-v1.0.0.tar.gz) = fbe5594dfaf6f43bd05e66c1d2e2b3f51ff074de35f3c7f806cc6c926ce1b742 +SIZE (nextcloud/twofactor_webauthn-v1.0.0.tar.gz) = 3514403 |