From 8733a5d41385fd0e272a402ea3b77856724ccf96 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 26 Jun 2025 21:59:18 -0500 Subject: [PATCH] nomad: Update to 1.10.2. --- srcpkgs/nomad/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index a94ad78bdb1..a4cdfe6950b 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad -version=1.10.1 +version=1.10.2 revision=1 build_style=go go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" -_git_commit=e26a2bd2acac2dcdcb623f4d293bac096beef478 +_git_commit=df4c764f6703e99e4df6f4d6c46c916d97ef8f84 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 " license="BUSL-1.1" homepage="https://www.nomadproject.io/" distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz" -checksum=892be66a509724b9c9e4a2b2d91b27071aa9e698784ffe4ae2d76a77a8058cac +checksum=7757963c8b44e5f21c292e8cf398ff6676692489c4c121213af347d7b928f175 make_dirs="/etc/nomad.d 0755 root root /var/lib/nomad 0755 root root" repository=nonfree