nomad: update to 1.2.6.

This commit is contained in:
Michael Aldridge 2022-03-19 19:17:39 -05:00
parent 1515a424ba
commit aa1ef5cd23

View file

@ -1,11 +1,11 @@
# Template file for 'nomad' # Template file for 'nomad'
pkgname=nomad pkgname=nomad
version=1.2.3 version=1.2.6
revision=2 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=55e5c49b99a6fd2bf925e7fd98d95829776c331f _git_commit=95514d569610f15ce49b4a7a1a6bfd3e7b3e7b4f
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
hostmakedepends="git" hostmakedepends="git"
short_desc="Cluster scheduler designed to easily integrate into existing workflows" 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" 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=36e074f34091043a2b5d115496f371fb9df048134f402bb5943e17bcb2f911ff checksum=c69ec89ae5f76704d4b3ecb842b130f3d90e579bfd31191721b5f2da99f95a93
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE