From 90eb2722f979cf550acc44a7e4452a80c5a02518 Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Fri, 11 Jun 2021 23:01:15 +0200 Subject: [PATCH] github-cli: use GH_VERSION to make sure our binary is properly versioned --- packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 b/packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 index aa35edd..afc361b 100644 --- a/packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 +++ b/packages/dev-util/github-cli/github-cli-1.11.0.exheres-0 @@ -23,6 +23,7 @@ BUGS_TO="hasufell@posteo.de" src_compile() { export GOPATH="${WORK}"/.gopath export GOBIN="${WORK}"/.bin + export GH_VERSION="v${PV}" unset LDFLAGS esandbox disable_net