nomad: update to 1.0.0, adopt
This commit is contained in:
parent
7a2f89ce51
commit
6786ebb410
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'nomad'
|
# Template file for 'nomad'
|
||||||
pkgname=nomad
|
pkgname=nomad
|
||||||
version=0.12.5
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/${pkgname}"
|
go_import_path="github.com/hashicorp/${pkgname}"
|
||||||
go_build_tags="ui release"
|
go_build_tags="ui release"
|
||||||
_git_commit=fce99f12a297c9f83160450bc632611877e07873
|
_git_commit=a480eed0815c54612856d9115a34bb1d1a773e8c
|
||||||
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"
|
||||||
maintainer="iaroki <iaroki@protonmail.com>"
|
maintainer="Michael Aldridge <maldirdge@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="https://www.nomadproject.io/"
|
homepage="https://www.nomadproject.io/"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=7fef52a2ffa81620d55d5ca73fa28ffa872acfd6a0b90a82451b2a0620f9a612
|
checksum=970d7a35fe61e7a6ee3be06c0a2829e7dcc0f5e72fcb2539f457d2f4ab138cec
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue