nomad: update to 1.4.1.

This commit is contained in:
Michael Aldridge 2022-10-11 20:56:08 -05:00
parent cbe2e1383e
commit c73d50115f
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'nomad' # Template file for 'nomad'
pkgname=nomad pkgname=nomad
version=1.3.1 version=1.4.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/hashicorp/nomad" go_import_path="github.com/hashicorp/nomad"
go_build_tags="ui release" go_build_tags="ui release"
_git_commit=2b054e38e91af964d1235faa98c286ca3f527e56 _git_commit=2aa7e66bdb526e25f59883952d74dad7ea9a014e
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
short_desc="Cluster scheduler designed to easily integrate into existing workflows" short_desc="Cluster scheduler designed to easily integrate into existing workflows"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MPL-2.0" license="MPL-2.0"
homepage="https://www.nomadproject.io/" homepage="https://www.nomadproject.io/"
distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz" distfiles="https://github.com/hashicorp/nomad/archive/v${version}.tar.gz"
checksum=55915cd6ff0433b4b6d41d1e023a96cf283c95cb4d55960329a0f77eef939485 checksum=4a62f324ca51381413630ec8fdbf98104e7a25171e6d85659f34296ed9b84cb3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE