diff options
Diffstat (limited to 'www/nextcloud-appointments/Makefile')
-rw-r--r-- | www/nextcloud-appointments/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nextcloud-appointments/Makefile b/www/nextcloud-appointments/Makefile index b87605e1c779..bc7a5066de63 100644 --- a/www/nextcloud-appointments/Makefile +++ b/www/nextcloud-appointments/Makefile @@ -1,5 +1,5 @@ PORTNAME= appointments -PORTVERSION= 2.4.6 +PORTVERSION= 2.5.0 CATEGORIES= www MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/raw/${DISTVERSIONPREFIX}${DISTVERSION}/build/artifacts/appstore/ DISTVERSIONPREFIX= v @@ -12,7 +12,7 @@ WWW= https://apps.nextcloud.com/apps/appointments LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -NEXTCLOUD_RUN_DEPENDS= 29 +NEXTCLOUD_RUN_DEPENDS= 31 USES= nextcloud php:flavors |