scaleway-cli: fix version in build

This commit is contained in:
PaperStork 2022-06-07 13:12:21 +02:00 committed by Đoàn Trần Công Danh
parent 3ce936498f
commit 3bf729e5cc

View file

@ -1,10 +1,11 @@
# Template file for 'scaleway-cli' # Template file for 'scaleway-cli'
pkgname=scaleway-cli pkgname=scaleway-cli
version=2.5.1 version=2.5.1
revision=1 revision=2
build_style=go build_style=go
go_import_path=github.com/scaleway/scaleway-cli go_import_path=github.com/scaleway/scaleway-cli
go_package=github.com/scaleway/scaleway-cli/cmd/scw 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" short_desc="Interact with the Scaleway API from the command line"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"