Version set to 3.1.0.
This commit is contained in:
parent
97439561ee
commit
de180ef514
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SYSDDIR=${SYSDDIR_:/%=%}
|
|||||||
DESTDIR:=
|
DESTDIR:=
|
||||||
PREFIX:=/usr/local
|
PREFIX:=/usr/local
|
||||||
|
|
||||||
VERSION:=3.0.0
|
VERSION:=3.1.0
|
||||||
|
|
||||||
FLAGS:=-buildmode=pie -modcacherw -mod=readonly -trimpath
|
FLAGS:=-buildmode=pie -modcacherw -mod=readonly -trimpath
|
||||||
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags netgo
|
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -tags netgo
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
||||||
pkgname=httpprocprobed
|
pkgname=httpprocprobed
|
||||||
pkgver=3.0.0
|
pkgver=3.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="HTTPProcProbeD hands out an HTTP endpoint to get if processes are running."
|
pkgdesc="HTTPProcProbeD hands out an HTTP endpoint to get if processes are running."
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
Loading…
Reference in New Issue
Block a user