From 0036f0550ea45bc429411ebee530372ad08d4dcf Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 19 Nov 2021 15:35:14 +0100 Subject: [PATCH] github-cli: update to 2.2.0. --- srcpkgs/github-cli/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index d42f0f6eea55..3044ccc38b0f 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -1,19 +1,20 @@ # Template file for 'github-cli' pkgname=github-cli -version=2.0.0 +version=2.2.0 revision=1 wrksrc="cli-${version}" build_style=go build_helper=qemu go_import_path="github.com/cli/cli/cmd/gh" go_ldflags="-X github.com/cli/cli/internal/build.Version=v${version}" +go_mod_mode="off" short_desc="GitHub CLI tool" maintainer="shizonic " license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" distfiles="https://github.com/cli/cli/archive/v${version}.tar.gz" -checksum=5d93535395a6684dee1d9d1d3cde859addd76f56581e0111d95a9c685d582426 +checksum=597c6c1cde4484164e9320af0481e33cfad2330a02315b4c841bdc5b7543caec pre_build() { local _date