From f4b7d4b4f56e0d18f452d2fec0f78e0f5041c14c Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Thu, 18 Nov 2021 18:52:05 -0600 Subject: [PATCH] nomad: update to 1.2.0. --- srcpkgs/nomad/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index c9ca266b1c..8d848a0769 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad -version=1.1.3 +version=1.2.0 revision=1 build_style=go go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" -_git_commit=5e94e4c06cdc18916e9c0d5f0e8c2130d6cfd2ac +_git_commit=bee0c3e04eb4ce34b8ac22ff27fcb421a9dccec5 go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" hostmakedepends="git" short_desc="Cluster scheduler designed to easily integrate into existing workflows" @@ -13,11 +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=18eb2b7fcd4d32952546b3d8b052e755dedc4c63e36527404db6abdce01b197d - -case "$XBPS_TARGET_MACHINE" in - *-musl) go_build_tags+=" nonvidia" ;; -esac +checksum=fb76938823ccf23f7afca39d177fa7385c69128e729f98cdeb6cd53a75c908df post_install() { vlicense LICENSE