nomad: update _git_commit for 1.2.3

This commit is contained in:
Michael Aldridge 2022-01-07 19:00:04 -06:00
parent 230900a981
commit 7dc61ee8ea

View file

@ -1,11 +1,11 @@
# Template file for 'nomad' # Template file for 'nomad'
pkgname=nomad pkgname=nomad
version=1.2.3 version=1.2.3
revision=1 revision=2
build_style=go build_style=go
go_import_path="github.com/hashicorp/nomad" go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release" go_build_tags="ui release"
_git_commit=bee0c3e04eb4ce34b8ac22ff27fcb421a9dccec5 _git_commit=55e5c49b99a6fd2bf925e7fd98d95829776c331f
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
hostmakedepends="git" hostmakedepends="git"
short_desc="Cluster scheduler designed to easily integrate into existing workflows" short_desc="Cluster scheduler designed to easily integrate into existing workflows"