1
0
Fork 0

Updated version to 1.3.2.

This commit is contained in:
Alexander Andreev 2022-01-02 21:57:32 +04:00
parent e1b8fbf280
commit a3c48bde52
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=httpprocwatchd
pkgver=1.3.1
pkgver=1.3.2
pkgrel=1
pkgdesc="HTTPProcWatchD hands out an HTTP endpoint to see status of watched processes."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')

View File

@ -19,7 +19,7 @@ func listWatchedProcesses(processes *[]string) {
// version prints information about program.
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("This program is licensed under terms of MIT+NIGGER license a copy")
fmt.Println("of wich is located in /usr/share/licenses/httpprocwatchd/LICENSE.")