From 2558e2657262b9d775bab5fb781dde233f78f025 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 16 Oct 2024 21:07:20 +0200 Subject: [PATCH] github-cli: update to 2.59.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 d8c60e21924..ed48aaaeb75 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.58.0 +version=2.59.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=90894536c797147586db775d06ec2040c45cd7eef941f7ccbea46f4e5997c81c +checksum=d24ed01e5aa1e8f42b397333462f9cd5c54e4845a5142044381fc8eb713fa001 if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"