immortal: update to 0.23.0.
This commit is contained in:
parent
73d8b70a0c
commit
3dd21dac33
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'immortal'
|
||||
pkgname=immortal
|
||||
version=0.22.0
|
||||
version=0.23.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_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl
|
||||
${go_import_path}/cmd/immortaldir"
|
||||
go_ldflags="-X main.Version=v${version}"
|
||||
hostmakedepends="git"
|
||||
short_desc="A *nix cross-platform (OS agnostic) supervisor"
|
||||
short_desc="*nix cross-platform (OS agnostic) supervisor"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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=2e5886b49155dc77dd532e157ff1470fb1fb17414a42f2f1addebae3d29063f7
|
||||
checksum=1edc0f7b81897f1afd3bf5b81b44cb6d10060427a392b87af63c573770be018e
|
||||
|
||||
do_check() {
|
||||
go test -v
|
||||
|
|
Loading…
Reference in New Issue