mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
github-cli: update to 2.57.0
This commit is contained in:
parent
8094774782
commit
9232554618
1 changed files with 7 additions and 2 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'github-cli'
|
# Template file for 'github-cli'
|
||||||
pkgname=github-cli
|
pkgname=github-cli
|
||||||
version=2.56.0
|
version=2.57.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="github.com/cli/cli/v2"
|
go_import_path="github.com/cli/cli/v2"
|
||||||
go_package="${go_import_path}/cmd/gh"
|
go_package="${go_import_path}/cmd/gh"
|
||||||
go_ldflags="-X github.com/cli/cli/v2/internal/build.Version=v${version}"
|
go_ldflags="-X github.com/cli/cli/v2/internal/build.Version=v${version}"
|
||||||
|
checkdepends="git openssh"
|
||||||
short_desc="GitHub CLI tool"
|
short_desc="GitHub CLI tool"
|
||||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://cli.github.com"
|
homepage="https://cli.github.com"
|
||||||
changelog="https://github.com/cli/cli/releases"
|
changelog="https://github.com/cli/cli/releases"
|
||||||
distfiles="https://github.com/cli/cli/archive/refs/tags/v${version}.tar.gz"
|
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() {
|
pre_build() {
|
||||||
local _date
|
local _date
|
||||||
|
|
Loading…
Add table
Reference in a new issue