nomad: update to 1.6.2.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'nomad'
|
# Template file for 'nomad'
|
||||||
pkgname=nomad
|
pkgname=nomad
|
||||||
version=1.5.6
|
version=1.6.2
|
||||||
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"
|
||||||
@@ -10,12 +10,13 @@ go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
|
|||||||
depends="cni-plugins"
|
depends="cni-plugins"
|
||||||
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="BUSL-1.1"
|
||||||
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=21bb378584a3f0e3bf3731f89b64658fedf20c829de8eedba9a6773cddfa0c3e
|
checksum=8f6f0c2759654b10f64a185ee35c33f221fe662a6a2ba800f7339d955bbec8e5
|
||||||
make_dirs="/etc/nomad.d 0755 root root
|
make_dirs="/etc/nomad.d 0755 root root
|
||||||
/var/lib/nomad 0755 root root"
|
/var/lib/nomad 0755 root root"
|
||||||
|
repository=nonfree
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user