diff options
author | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-05-06 14:04:05 +0000 |
commit | 6970defbb2f9e26c73129c4c8cfc20803b109467 (patch) | |
tree | c81d648805b099d82983eab8e643d64ab9cdb13f /net/grive | |
parent | 5d40b7bcb0767de3a1d3ce1a480ed9035b4b97c1 (diff) | |
download | pkgsrc-6970defbb2f9e26c73129c4c8cfc20803b109467.tar.gz |
revbump after boost update
Diffstat (limited to 'net/grive')
-rw-r--r-- | net/grive/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grive/Makefile b/net/grive/Makefile index 0216fe1c575..9f9af847831 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2020/03/08 16:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2020/05/06 14:04:55 adam Exp $ DISTNAME= ${GHNAME}-${GHDATE}-${GHCOMMIT} PKGNAME= ${GHNAME}-0.3.0.${GHDATE} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= net MASTER_SITES= https://github.com/${GHACCOUNT}/${GHNAME}/archive/${GHCOMMIT}/ |