Update to mcds 1.6, from MAINTAINER/upstream Timothy Brown, thanks !

This commit is contained in:
landry 2020-01-17 08:35:50 +00:00
parent 68547751b6
commit 20a5da0250
3 changed files with 9 additions and 8 deletions

View File

@ -1,24 +1,25 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:48:59 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2020/01/17 08:35:50 landry Exp $
COMMENT = tty-based carddav search tool
V = 0.9
V = 1.6
DISTNAME = mcds-${V}
CATEGORIES = productivity
REVISION = 0
MAINTAINER = Timothy Brown <tbrown@freeshell.org>
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB = c curl iconv intl xml2
# uses pledge()
WANTLIB = assuan c curl gpg-error gpgme iconv intl xml2
MASTER_SITES = https://github.com/t-brown/mcds/releases/download/v${V}/
LIB_DEPENDS = devel/gettext,-runtime \
net/curl \
textproc/libxml
textproc/libxml \
security/gpgme
CONFIGURE_STYLE = gnu

View File

@ -1,2 +1,2 @@
SHA256 (mcds-0.9.tar.gz) = p+H8Q94kiHDDo/pV570uCXZki5YnyC41tUDx8HgARKc=
SIZE (mcds-0.9.tar.gz) = 194620
SHA256 (mcds-1.6.tar.gz) = HLSkhSxy00Y/Ft5XQ1FVqwZe1UJrJifDok080B1QXEM=
SIZE (mcds-1.6.tar.gz) = 203185

View File

@ -1,2 +1,2 @@
Mcds is a command line tool primarily used as a search query plugin for mutt
to query a carddav server.
to query a CardDav server.