nomad: update to 0.8.4
Closes #15085. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
01c2d5ba93
commit
f1eb2301d7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nomad'
|
# Template file for 'nomad'
|
||||||
pkgname=nomad
|
pkgname=nomad
|
||||||
version=0.8.3
|
version=0.8.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/nomad"
|
go_import_path="github.com/hashicorp/nomad"
|
||||||
|
@ -8,5 +8,5 @@ short_desc="Cluster scheduler designed to easily integrate into existing workflo
|
||||||
maintainer="iaroki <iaroki@protonmail.com>"
|
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://github.com/hashicorp/nomad/archive/v$version.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=af1aee7bd182a656c846a710b262318b7a10bb31671843697f302606a758fe04
|
checksum=8dfacd578f2be1ae6cc7af6b2749952f1646344cb95bde17f35eeb78faacd616
|
||||||
|
|
Loading…
Reference in a new issue