diff options
Diffstat (limited to 'www/nextcloud/Makefile')
| -rw-r--r-- | www/nextcloud/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index e46366dbe01a..18e7089d5fba 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,7 +1,8 @@ PORTNAME= nextcloud -PORTVERSION= 32.0.2 +PORTVERSION= 32.0.3 CATEGORIES= www -MASTER_SITES= https://download.nextcloud.com/server/releases/ +MASTER_SITES= https://github.com/nextcloud-releases/server/releases/download/v${PORTVERSION} \ + https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DIST_SUBDIR= ${PORTNAME} |
