diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-14 10:33:27 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-14 10:33:27 +0000 |
commit | 2ff4a7b455ab37404c82ed94d88b89148fc33b7c (patch) | |
tree | 5d9abad282419d2de46f450015cf5e8e635d2d04 | |
parent | 8023c8e529f7d02fe723c98e745fb0317814d277 (diff) | |
download | ports-2ff4a7b455ab37404c82ed94d88b89148fc33b7c.tar.gz ports-2ff4a7b455ab37404c82ed94d88b89148fc33b7c.zip |
security/nextcloud-end_to_end_encryption: Update to 1.10.0
-rw-r--r-- | security/nextcloud-end_to_end_encryption/Makefile | 4 | ||||
-rw-r--r-- | security/nextcloud-end_to_end_encryption/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/nextcloud-end_to_end_encryption/Makefile b/security/nextcloud-end_to_end_encryption/Makefile index d329cf826475..34b2a5231004 100644 --- a/security/nextcloud-end_to_end_encryption/Makefile +++ b/security/nextcloud-end_to_end_encryption/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil <brnrd@freebsd.org> PORTNAME= end_to_end_encryption -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -15,7 +15,7 @@ COMMENT= End-to-End Encryption app for Nextcloud LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=23:www/nextcloud@${PHP_FLAVOR} +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=24:www/nextcloud@${PHP_FLAVOR} USES= php:flavors NO_BUILD= yes diff --git a/security/nextcloud-end_to_end_encryption/distinfo b/security/nextcloud-end_to_end_encryption/distinfo index c3abcef2f915..e18a9d880798 100644 --- a/security/nextcloud-end_to_end_encryption/distinfo +++ b/security/nextcloud-end_to_end_encryption/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649439574 -SHA256 (nextcloud/end_to_end_encryption-v1.9.1.tar.gz) = 26e0d4a8e213df9d0a6195c5489b2d93ae76efc20e007a8bd2af897b1816215e -SIZE (nextcloud/end_to_end_encryption-v1.9.1.tar.gz) = 86368 +TIMESTAMP = 1652523893 +SHA256 (nextcloud/end_to_end_encryption-v1.10.0.tar.gz) = 935c47038cd4db5e60e2a8f86d46dfef722fb7af1d9dc11085ac452ca623f569 +SIZE (nextcloud/end_to_end_encryption-v1.10.0.tar.gz) = 84842 |