nomad: update to 1.1.3

This commit is contained in:
Michael Aldridge 2021-08-10 21:39:19 -05:00
parent c3c7cdbac9
commit 9cfee5a093
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'nomad'
pkgname=nomad
version=1.1.1
version=1.1.3
revision=1
build_style=go
go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release"
_git_commit=a6fab0f1df962b9224adcf05c886c6ae59d52192
_git_commit=5e94e4c06cdc18916e9c0d5f0e8c2130d6cfd2ac
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
hostmakedepends="git"
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
@ -13,7 +13,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MPL-2.0"
homepage="https://www.nomadproject.io/"
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
checksum=441d2f50a29568451cb16301a2208c9b744a480ded8c624e789983ee42ed3ea9
checksum=18eb2b7fcd4d32952546b3d8b052e755dedc4c63e36527404db6abdce01b197d
case "$XBPS_TARGET_MACHINE" in
*-musl) go_build_tags+=" nonvidia" ;;