From 3f8c6f4855447ba2c831cadb2c9b534f4ac20f94 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 1 Oct 2024 23:03:11 +0200 Subject: [PATCH] github-cli: update to 2.58.0 --- srcpkgs/github-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index 32debfb73f0..d8c60e21924 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -1,6 +1,6 @@ # Template file for 'github-cli' pkgname=github-cli -version=2.57.0 +version=2.58.0 revision=1 build_style=go build_helper=qemu @@ -14,7 +14,7 @@ license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz" -checksum=6433bca534da722a980126541fe28d278f4b3518a6f7a7ef4a23949a3968e8b9 +checksum=90894536c797147586db775d06ec2040c45cd7eef941f7ccbea46f4e5997c81c if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"