diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-04-12 11:01:29 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-04-12 11:01:29 +0000 |
commit | cae913ff887fadc2d5d8a50bd42c4c521ace6d79 (patch) | |
tree | 67bbc58017d287672a9d46d0b8fe7d0952002446 /chat | |
parent | 85ec5bbbd8825ae7c8badecb8c2c90f9b613fe2f (diff) | |
download | pkgsrc-cae913ff887fadc2d5d8a50bd42c4c521ace6d79.tar.gz |
Revbump all Go packages after default version switch to 1.14.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/coyim/Makefile | 4 | ||||
-rw-r--r-- | chat/matterircd/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/coyim/Makefile b/chat/coyim/Makefile index bf649051a2b..d84802f21c8 100644 --- a/chat/coyim/Makefile +++ b/chat/coyim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2020/03/21 16:57:17 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2020/04/12 11:01:29 bsiegert Exp $ DISTNAME= coyim-0.3.11 MASTER_SITES= ${MASTER_SITE_GITHUB:=coyim/} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/chat/matterircd/Makefile b/chat/matterircd/Makefile index 9e7ca2c2edb..da366df08f9 100644 --- a/chat/matterircd/Makefile +++ b/chat/matterircd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2020/03/21 16:57:17 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2020/04/12 11:01:30 bsiegert Exp $ DISTNAME= matterircd-0.19.4 MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar |