nomad: update to 0.10.5.
This commit is contained in:
parent
df347c762d
commit
36efe1a8c8
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'nomad'
|
||||
pkgname=nomad
|
||||
version=0.10.1
|
||||
version=0.10.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/${pkgname}"
|
||||
go_build_tags="ui release"
|
||||
_git_commit=6a8b80b619aa98df8dbd94f1cb9d3f4614f2cb3d
|
||||
_git_commit=fce99f12a297c9f83160450bc632611877e07873
|
||||
go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}"
|
||||
hostmakedepends="git"
|
||||
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
|
||||
|
@ -13,7 +13,7 @@ maintainer="iaroki <iaroki@protonmail.com>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://www.nomadproject.io/"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=034ddcab650a40ac6b5e037caa63da38429c299f5393de6f63573ad620086aa9
|
||||
checksum=ba23bcbc29138be9a2033531114e447f92a2e57a0f0a7bea84734845c8b89eaf
|
||||
patch_args="-Np1"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue