nomad: update to 0.8.0.
Closes #13471. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
8208df803d
commit
7227f59973
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'nomad'
|
||||
pkgname=nomad
|
||||
version=0.7.1
|
||||
revision=2
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/hashicorp/nomad"
|
||||
short_desc="Cluster scheduler designed to easily integrate into existing workflows"
|
||||
maintainer="iaroki <iaroki@protonmail.com>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://www.nomadproject.io/"
|
||||
go_import_path="github.com/hashicorp/$pkgname"
|
||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||
checksum=312b7d89b0d03154b9c84672f013ff0d9c44dda0a73a8187d5509088fe0051c0
|
||||
distfiles="https://github.com/hashicorp/nomad/archive/v$version.tar.gz"
|
||||
checksum=de3283c59623502fa1e379027b2ab65c7d73aa983eefcf746259a6ba39dc2c7c
|
||||
|
|
Loading…
Reference in New Issue