immortal: update to 0.19.0.
Closes #14754. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
6fed12ab33
commit
2c2fd164e2
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'immortal'
|
||||
pkgname=immortal
|
||||
version=0.18.0
|
||||
revision=5
|
||||
version=0.19.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/immortal/immortal
|
||||
go_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl ${go_import_path}/cmd/immortaldir"
|
||||
go_ldflags="-X main.Version=v${version}"
|
||||
short_desc="A *nix cross-platform (OS agnostic) supervisor"
|
||||
hostmakedepends="git"
|
||||
short_desc="A *nix cross-platform (OS agnostic) supervisor"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/immortal/immortal"
|
||||
#changelog="https://raw.githubusercontent.com/immortal/immortal/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz"
|
||||
checksum=8a2328daa5fce82e333fa01e1d87ea7720a405756788cc7edee96b7bb22b26e8
|
||||
checksum=a08f5890b4a62e8f8a9440e1b9242bfe01d226461290fe4a483e982558f7fe8b
|
||||
|
||||
do_check() {
|
||||
go test -v
|
||||
|
|
Loading…
Reference in New Issue