From 1733ad6df33c8b20dae733c2720bc96dede3c8c3 Mon Sep 17 00:00:00 2001 From: tranzystorekk <tranzystorek.io@protonmail.com> Date: Fri, 20 Dec 2024 15:21:36 +0100 Subject: [PATCH] github-cli: update to 2.64.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 09b1e987882..eca8dd02691 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.2 +version=2.64.0 revision=1 build_style=go build_helper=qemu @@ -13,8 +13,8 @@ maintainer="tranzystorekk <tranzystorek.io@protonmail.com>" 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=2578a8b1f00cb292a8094793515743f2a86e02b8d0b18d6b95959ddbeebd6b8d +distfiles="https://github.com/cli/cli/archive/refs/tags/${version}.tar.gz" +checksum=229fd8fc51325ebb5a357af6af116094d6be6a5f1e0f0923b7892ed01b208abb if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then make_check_args+=" -skip TestMigrationWriteErrors"