From 3ff956648e078878311a9992edbf59008fb62a4b Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 7 Dec 2024 14:42:57 +0100 Subject: [PATCH] github-cli: update to 2.63.2 --- 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 99fffd2ceea..09b1e987882 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.63.1 +version=2.63.2 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=b9a90118dfb46204dbcc0d09c2073d48f35b6f640b4db33fbaa24892fed56c8d +checksum=2578a8b1f00cb292a8094793515743f2a86e02b8d0b18d6b95959ddbeebd6b8d if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"