Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-cli: update to 2.66.1 #54168

Merged
merged 1 commit into from
Feb 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/github-cli/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'github-cli'
pkgname=github-cli
version=2.65.0
version=2.66.1
revision=1
build_style=go
build_helper=qemu
Expand All @@ -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=af026f1b0368b1444a67a941f179ddce7e97333881ec0bbcb49fed29f4151241
checksum=e0bb259c61f15f41c1ca04632045d0aaf8fe456e2bc64f15dbfae41cc28d4fea

if [ "${XBPS_BUILD_ENVIRONMENT}" = void-packages-ci ]; then
make_check_args+=" -skip TestMigrationWriteErrors"
Expand Down