From 348b30004a279cf0618d1189ab7e499bb1689fe7 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 17 Mar 2023 02:35:59 -0500 Subject: [PATCH] nomad: update to 1.5.1. --- srcpkgs/nomad/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 7abe1e1028b..21f7b448c3e 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad -version=1.4.3 +version=1.5.1 revision=1 build_style=go go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" -_git_commit=2aa7e66bdb526e25f59883952d74dad7ea9a014e +_git_commit=6c118ddaf95e9bfd3d85f488f255fdc5e14129c7 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 " license="MPL-2.0" homepage="https://www.nomadproject.io/" distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz" -checksum=0710f6bd787ed6fc98003ce63f5b7b44ae6b6672757f5638812af4ca1bca56fc +checksum=d1df280e400149e9bd41ee5e952201a06a2c8ab86554edc4d8d0f33fd2498e2f make_dirs="/etc/nomad.d 0755 root root /var/lib/nomad 0755 root root"