nomad: fix _git_commit.
Revision bumped because built output changes.
This commit is contained in:
parent
813413458d
commit
57ee3c558d
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'nomad'
|
||||
pkgname=nomad
|
||||
version=0.9.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/${pkgname}"
|
||||
go_build_tags="ui release"
|
||||
_git_commit=23c4597dbb6d1d46e020301b0f63db5cff80d3f0
|
||||
_git_commit=6c4863c5f61b0cdfb609927f6f67e17d90454197
|
||||
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
|
||||
hostmakedepends="git"
|
||||
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
|
||||
|
|
Loading…
Reference in a new issue