mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nomad: update to 0.10.0.
This commit is contained in:
parent
d4f9c653a1
commit
8662daf574
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'nomad'
|
# Template file for 'nomad'
|
||||||
pkgname=nomad
|
pkgname=nomad
|
||||||
version=0.9.6
|
version=0.10.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=6c4863c5f61b0cdfb609927f6f67e17d90454197
|
_git_commit=6a8b80b619aa98df8dbd94f1cb9d3f4614f2cb3d
|
||||||
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="iaroki <iaroki@protonmail.com>"
|
||||||
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=c37e03cbe939ddb983307e3eb501b83e025e2c915de312094384db9164ae7a05
|
checksum=b729ad3d29dcf8ee8bac62907ce8df5b90ca97634e729b0d2b841e55399ca488
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue