Update to github-cli 2.4.0

OK sdk
This commit is contained in:
kn 2021-12-25 11:19:40 +00:00
parent ce756cabe1
commit a76422629a
4 changed files with 1305 additions and 729 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2021/12/07 23:53:24 kn Exp $
# $OpenBSD: Makefile,v 1.8 2021/12/25 11:19:40 kn Exp $
COMMENT = command-line access to github pull requests, issues and more
V = 2.3.0
V = 2.4.0
MODGO_MODNAME = github.com/cli/cli/v2
MODGO_VERSION = v$V

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2021/12/07 23:53:24 kn Exp $
@comment $OpenBSD: PLIST,v 1.4 2021/12/25 11:19:40 kn Exp $
@bin bin/gh
@man man/man1/gh-alias-delete.1
@man man/man1/gh-alias-list.1
@ -82,6 +82,7 @@
@man man/man1/gh-repo-clone.1
@man man/man1/gh-repo-create.1
@man man/man1/gh-repo-delete.1
@man man/man1/gh-repo-edit.1
@man man/man1/gh-repo-fork.1
@man man/man1/gh-repo-list.1
@man man/man1/gh-repo-rename.1