Version set to 3.2.0.
This commit is contained in:
parent
68e968d712
commit
c67077ad16
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ SYSDDIR=${SYSDDIR_:/%=%}
|
|||||||
DESTDIR:=
|
DESTDIR:=
|
||||||
PREFIX:=/usr/local
|
PREFIX:=/usr/local
|
||||||
|
|
||||||
VERSION:=3.1.1
|
VERSION:=3.2.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.1.1
|
pkgver=3.2.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