Skip to content

Commit

Permalink
nomad: Depend on dmidecode.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-maldridge committed Dec 11, 2023
1 parent f2afa1a commit 4270ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/nomad/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'nomad'
pkgname=nomad
version=1.7.1
revision=1
revision=2
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=608e719430038cdeb5fe108536d90cf88a8540e3
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
depends="cni-plugins"
depends="cni-plugins dmidecode"
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
maintainer="Michael Aldridge <[email protected]>"
license="BUSL-1.1"
Expand Down

0 comments on commit 4270ba3

Please sign in to comment.