nomad: Update to 1.9.4.

This commit is contained in:
Michael Aldridge 2024-12-31 18:49:22 -06:00
parent 4ac049c2a6
commit 770ce27686

View file

@ -1,11 +1,11 @@
# Template file for 'nomad'
pkgname=nomad
version=1.8.4
version=1.9.4
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=22ab32e6cff66cf52f5e3f115b93de776bc09583
_git_commit=5e49fcdb7be26941b6c7ad3ed6661bd37e70a9d8
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
depends="cni-plugins dmidecode"
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=260a874650b4ee8177d88f30ff521d24be8933b541b80060d984ed104aa99269
checksum=7805c04970fce3c6bbcb7d529f6e3e4fb5aa3cd8196badb2431bd6d6e23dd985
make_dirs="/etc/nomad.d 0755 root root
/var/lib/nomad 0755 root root"
repository=nonfree