From 8c3b7269f81824b1524fa682b0d4307a37398ec6 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Tue, 29 Oct 2024 13:22:20 +0100 Subject: [PATCH] github-cli: update to 2.60.1 --- 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 e2b8ee76399344..38b0c7e79b795b 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.60.0 +version=2.60.1 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=1936a80a668caef437b2f409eaa10e48613a3502db7da9eea011b163769218a7 +checksum=9e9337c2564894c4cd32b2ac419611263c3e870e95567811365aacd4be5dd51d if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"