diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-25 18:07:17 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-05-25 18:07:17 +0000 |
commit | 2e7d5895a2f786ba16bd87e14af44101a1d09763 (patch) | |
tree | cecdeedac594dd8c35adeb3d3887af5c8abd4e4d /www/nextcloud-calendar/Makefile | |
parent | 0bfb28e794661963896fdd2e5902358b52a7bd69 (diff) | |
download | ports-2e7d5895a2f786ba16bd87e14af44101a1d09763.tar.gz ports-2e7d5895a2f786ba16bd87e14af44101a1d09763.zip |
www/nextcloud-calendar: Update to 3.3.1
Diffstat (limited to 'www/nextcloud-calendar/Makefile')
-rw-r--r-- | www/nextcloud-calendar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nextcloud-calendar/Makefile b/www/nextcloud-calendar/Makefile index 27a39267ffa1..237120d97f4a 100644 --- a/www/nextcloud-calendar/Makefile +++ b/www/nextcloud-calendar/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil <brnrd@freebsd.org> PORTNAME= calendar -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/nextcloud-releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ |