nomad: update to 1.1.1.
This commit is contained in:
parent
ca50345525
commit
5e05b1da8b
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'nomad'
|
# Template file for 'nomad'
|
||||||
pkgname=nomad
|
pkgname=nomad
|
||||||
version=1.1.0
|
version=1.1.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=a480eed0815c54612856d9115a34bb1d1a773e8c
|
_git_commit=a6fab0f1df962b9224adcf05c886c6ae59d52192
|
||||||
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=cb9bb49a266b1720e78e6899e48e9dbfadd927d6a356e378980e4e398cfb4c78
|
checksum=441d2f50a29568451cb16301a2208c9b744a480ded8c624e789983ee42ed3ea9
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -22,6 +22,4 @@ esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf dist/server.hcl
|
|
||||||
vsconf dist/client.hcl
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue