diff options
Diffstat (limited to 'www/nextcloud-news/Makefile')
-rw-r--r-- | www/nextcloud-news/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nextcloud-news/Makefile b/www/nextcloud-news/Makefile index c827afe12753..db8bed8147c1 100644 --- a/www/nextcloud-news/Makefile +++ b/www/nextcloud-news/Makefile @@ -1,5 +1,5 @@ PORTNAME= news -PORTVERSION= 25.3.1 +PORTVERSION= 26.1.0 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= ${PORTNAME} @@ -11,7 +11,7 @@ WWW= https://apps.nextcloud.com/apps/news LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -NEXTCLOUD_RUN_DEPENDS= 29 +NEXTCLOUD_RUN_DEPENDS= 30 USES= nextcloud php:flavors |