nomad: update to 1.5.6.

This commit is contained in:
Michael Aldridge 2023-05-25 01:08:35 -05:00
parent 33c7912286
commit 079f96d32d

View file

@ -1,11 +1,11 @@
# Template file for 'nomad' # Template file for 'nomad'
pkgname=nomad pkgname=nomad
version=1.5.1 version=1.5.6
revision=2 revision=1
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=6c118ddaf95e9bfd3d85f488f255fdc5e14129c7 _git_commit=8af70885c02ab921dedbdf6bc406a1e886866f80
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
depends="cni-plugins" depends="cni-plugins"
short_desc="Cluster scheduler designed to easily integrate into existing workflows" short_desc="Cluster scheduler designed to easily integrate into existing workflows"
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MPL-2.0" license="MPL-2.0"
homepage="https://www.nomadproject.io/" homepage="https://www.nomadproject.io/"
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz" distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
checksum=d1df280e400149e9bd41ee5e952201a06a2c8ab86554edc4d8d0f33fd2498e2f checksum=21bb378584a3f0e3bf3731f89b64658fedf20c829de8eedba9a6773cddfa0c3e
make_dirs="/etc/nomad.d 0755 root root make_dirs="/etc/nomad.d 0755 root root
/var/lib/nomad 0755 root root" /var/lib/nomad 0755 root root"