diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-07-06 09:16:34 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-07-06 09:16:34 -0300 |
commit | 06dee479da7b2db616432b5cf0985f63fe60d43a (patch) | |
tree | 2ddc55d7678273a3eb0db8c027097b7daf12ea63 /mail/mailsend | |
parent | 79609ca2d7c72c061d183e078641346ee46ef8ec (diff) |
mailsend: bump to v. 1.19
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'mail/mailsend')
-rw-r--r-- | mail/mailsend/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mailsend/Makefile b/mail/mailsend/Makefile index bd264948a..f95f35a12 100644 --- a/mail/mailsend/Makefile +++ b/mail/mailsend/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mailsend -PKG_VERSION:=1.17b15 -PKG_RELEASE:=2 +PKG_VERSION:=1.19 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/muquit/mailsend/archive/$(PKG_VERSION) -PKG_HASH:=73cb1b2455de95ab126e3682bf19c62e6baabee00f449da692be0bebd3ceb26b +PKG_HASH:=565ef6be26c58ef75065c5519eae8dd55bae3142928619696b28d242b73493f7 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> |