From c11903d6355b610c0e3896f07548727778c89d7c Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 27 Nov 2024 23:06:59 +0100 Subject: [PATCH] github-cli: update to 2.63.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 b9b73aaea6e..88ae7d6e541 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.62.0 +version=2.63.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=8b0d44a7fccd0c768d5ef7c3fbd274851b5752084e47761f146852de6539193e +checksum=c5309db9707c9e64ebe264e1e2d0f893ecead9056d680b39a565aaa5513d2947 if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"