diff --git a/srcpkgs/github-cli/template b/srcpkgs/github-cli/template index d8d4863b7f5..32debfb73f0 100644 --- a/srcpkgs/github-cli/template +++ b/srcpkgs/github-cli/template @@ -1,19 +1,24 @@ # Template file for 'github-cli' pkgname=github-cli -version=2.56.0 +version=2.57.0 revision=1 build_style=go build_helper=qemu go_import_path="github.com/cli/cli/v2" go_package="${go_import_path}/cmd/gh" go_ldflags="-X github.com/cli/cli/v2/internal/build.Version=v${version}" +checkdepends="git openssh" short_desc="GitHub CLI tool" 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/v${version}.tar.gz" -checksum=ed19f01df36e336472c434edfadf01a2cbe4bf07394724b064a80c8fd6a0dc1e +checksum=6433bca534da722a980126541fe28d278f4b3518a6f7a7ef4a23949a3968e8b9 + +if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then + make_check_args+=" -skip TestMigrationWriteErrors" +fi pre_build() { local _date