Skip to content

Commit

Permalink
github-cli: update to 2.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Sep 16, 2024
1 parent 8094774 commit 9232554
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions srcpkgs/github-cli/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
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
Expand Down

0 comments on commit 9232554

Please sign in to comment.