From 7dc61ee8ea6678399bfa3ef6ca8b520b59454fb9 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 7 Jan 2022 19:00:04 -0600 Subject: [PATCH] nomad: update _git_commit for 1.2.3 --- srcpkgs/nomad/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 6cc47babf0a..0e6f169d011 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad version=1.2.3 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" -_git_commit=bee0c3e04eb4ce34b8ac22ff27fcb421a9dccec5 +_git_commit=55e5c49b99a6fd2bf925e7fd98d95829776c331f go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" hostmakedepends="git" short_desc="Cluster scheduler designed to easily integrate into existing workflows"