diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-11-23 21:51:28 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-11-24 09:37:57 +0900 |
commit | 36b450a85e139c127ffe7fc326e41d5f0b736061 (patch) | |
tree | 41e08cc4d0e29a51a27bb261d725a851daa6c137 /mail/snappymail/Makefile | |
parent | e72de2e088c3a93c60958021c65c30945861b60f (diff) | |
download | freebsd-ports-36b450a85e139c127ffe7fc326e41d5f0b736061.zip |
mail/snappymail: Update to 2.22.1
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.22.0
ChangeLog: https://github.com/the-djmaze/snappymail/releases/tag/v2.22.1
Diffstat (limited to 'mail/snappymail/Makefile')
-rw-r--r-- | mail/snappymail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile index 7a0ce4e90f2d..46a29a05c81f 100644 --- a/mail/snappymail/Makefile +++ b/mail/snappymail/Makefile @@ -1,5 +1,5 @@ PORTNAME= snappymail -DISTVERSION= 2.21.4 +DISTVERSION= 2.22.1 CATEGORIES= mail www MASTER_SITES= https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} |