diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-01-01 08:24:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-01-01 08:24:33 +0000 |
commit | c1c37085cc20f4c006b7dbc0c8c9e2462ce3ca6c (patch) | |
tree | e6c755b062dd80c713e1ac5428552457f7122414 /net/grive | |
parent | d218bc371b34a309f0e193ee5575ed3034f7c6d3 (diff) | |
download | pkgsrc-c1c37085cc20f4c006b7dbc0c8c9e2462ce3ca6c.tar.gz |
*: Recursive revbump from boost-1.75.0
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 cd6d355be8e..e7ba7b99998 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2020/05/22 10:56:27 adam Exp $ +# $NetBSD: Makefile,v 1.26 2021/01/01 08:24:53 ryoon Exp $ DISTNAME= ${GHNAME}-${GHDATE}-${GHCOMMIT} PKGNAME= ${GHNAME}-0.3.0.${GHDATE} -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= net MASTER_SITES= https://github.com/${GHACCOUNT}/${GHNAME}/archive/${GHCOMMIT}/ |