nomad: update to 1.7.1.
This commit is contained in:
parent
bee7999c6a
commit
2523d0e1db
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'nomad'
|
||||
pkgname=nomad
|
||||
version=1.6.2
|
||||
version=1.7.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/nomad"
|
||||
go_build_tags="ui release"
|
||||
_git_commit=8af70885c02ab921dedbdf6bc406a1e886866f80
|
||||
_git_commit=608e719430038cdeb5fe108536d90cf88a8540e3
|
||||
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
|
||||
depends="cni-plugins"
|
||||
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="BUSL-1.1"
|
||||
homepage="https://www.nomadproject.io/"
|
||||
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
|
||||
checksum=8f6f0c2759654b10f64a185ee35c33f221fe662a6a2ba800f7339d955bbec8e5
|
||||
checksum=2b5145c17b30056b935b4d821eb3dffc438650e2d755a8892d2ee1536eb0cc11
|
||||
make_dirs="/etc/nomad.d 0755 root root
|
||||
/var/lib/nomad 0755 root root"
|
||||
repository=nonfree
|
||||
|
|
Loading…
Reference in New Issue