From 06532c20099c0c230d4e90fa878aa359672ad6fd Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Mon, 6 Jan 2025 21:51:02 +0100 Subject: [PATCH] github-cli: update to 2.65.0 --- srcpkgs/github-cli/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index eca8dd02691..6f4a8eb8df9 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.64.0 +version=2.65.0 revision=1 build_style=go build_helper=qemu @@ -13,8 +13,8 @@ maintainer="tranzystorekk " license="MIT" homepage="https://cli.github.com" changelog="https://github.com/cli/cli/releases" -distfiles="https://github.com/cli/cli/archive/refs/tags/${version}.tar.gz" -checksum=229fd8fc51325ebb5a357af6af116094d6be6a5f1e0f0923b7892ed01b208abb +distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz" +checksum=af026f1b0368b1444a67a941f179ddce7e97333881ec0bbcb49fed29f4151241 if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"