Updated version to 1.3.2.
This commit is contained in:
parent
e1b8fbf280
commit
a3c48bde52
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||||
pkgname=httpprocwatchd
|
pkgname=httpprocwatchd
|
||||||
pkgver=1.3.1
|
pkgver=1.3.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes."
|
pkgdesc="HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes."
|
||||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
|
2
main.go
2
main.go
@ -19,7 +19,7 @@ func listWatchedProcesses(processes *[]string) {
|
|||||||
|
|
||||||
// version prints information about program.
|
// version prints information about program.
|
||||||
func version() {
|
func version() {
|
||||||
fmt.Println("httpprocwatchd ver. 1.3.1")
|
fmt.Println("httpprocwatchd ver. 1.3.2")
|
||||||
fmt.Println("Copyright (c) 2021,2022 Alexander \"Arav\" Andreev <me@arav.top>")
|
fmt.Println("Copyright (c) 2021,2022 Alexander \"Arav\" Andreev <me@arav.top>")
|
||||||
fmt.Println("This program is licensed under terms of MIT+NIGGER license a copy")
|
fmt.Println("This program is licensed under terms of MIT+NIGGER license a copy")
|
||||||
fmt.Println("of wich is located in /usr/share/licenses/httpprocwatchd/LICENSE.")
|
fmt.Println("of wich is located in /usr/share/licenses/httpprocwatchd/LICENSE.")
|
||||||
|
Loading…
Reference in New Issue
Block a user