From 02ff7456a5929a259895cb025c8d5e1d915e8a19 Mon Sep 17 00:00:00 2001 From: PaperStork Date: Tue, 7 Jun 2022 13:12:21 +0200 Subject: [PATCH] scaleway-cli: fix version in build --- srcpkgs/scaleway-cli/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/scaleway-cli/template b/srcpkgs/scaleway-cli/template index caad6e99dde0..a2c2d0baad57 100644 --- a/srcpkgs/scaleway-cli/template +++ b/srcpkgs/scaleway-cli/template @@ -1,10 +1,11 @@ # Template file for 'scaleway-cli' pkgname=scaleway-cli version=2.5.1 -revision=1 +revision=2 build_style=go go_import_path=github.com/scaleway/scaleway-cli go_package=github.com/scaleway/scaleway-cli/cmd/scw +go_ldflags="-X main.Version=$version-$revision" short_desc="Interact with the Scaleway API from the command line" maintainer="Orphaned " license="MIT"