From 51396de4a6d3e81079c8cf1e4909706819bf2a5d Mon Sep 17 00:00:00 2001 From: eholzbach Date: Sat, 29 Aug 2026 11:02:24 -0400 Subject: [PATCH] nomad: update to 2.0.5 --- srcpkgs/nomad/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 208040505c5f3b..a9a30809a5f02b 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad -version=1.11.0 +version=2.0.5 revision=1 build_style=go go_import_path="github.com/hashicorp/nomad" -go_build_tags="ui release" -_git_commit=9103d938133311b2da905858801f0e111a2df0a1 +go_build_tags="ui release hashicorpmetrics" +_git_commit=5c8612bba6eb8e44cc3fc434125cb1b13463c309 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,9 @@ maintainer="Michael Aldridge " license="BUSL-1.1" homepage="https://www.nomadproject.io/" distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz" -checksum=f7eec04e71cf93c7df74ae2c9b0e76c8cdaa0f3084c493458c02f3b72817f287 +checksum=952eac52c3dc92c129feb756d0cabac7c3275ef7771436d60fc1c56a45c781c8 +# integration tests, requires pre-existing nomad binary +make_check=no make_dirs="/etc/nomad.d 0755 root root /var/lib/nomad 0755 root root" repository=nonfree