1
0
Fork 0

Version was changed to 2.0.1. Description was changed.

This commit is contained in:
Alexander Andreev 2023-02-04 20:42:24 +04:00
parent cacbf0367f
commit e5f20ea93a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
pkgname=httpprocprobed
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc="HTTPProcProbeD hands out an HTTP endpoint to get a status of processes."
pkgdesc="HTTPProcProbeD hands out an HTTP endpoint to get if processes are running."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.top/Arav/httpprocprobed"
license=('MIT')
@ -15,7 +15,7 @@ replaces=()
backup=('etc/httpprocprobed.conf')
options=()
install=
source=('https://git.arav.top/Arav/httpprocprobed/archive/2.0.0.tar.gz')
source=('https://git.arav.top/Arav/httpprocprobed/archive/2.0.1.tar.gz')
noextract=()
md5sums=('SKIP')

View File

@ -21,10 +21,9 @@ func main() {
flag.Parse()
if *showVersion {
fmt.Println("httpprocprobed ver. 2.0.0")
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/httpprocprobed/LICENSE.")
fmt.Println("httpprocprobed ver. 2.0.1")
fmt.Println("Copyright (c) 2021-2023 Alexander \"Arav\" Andreev <me@arav.top>")
fmt.Println("This program is licensed under terms of MIT+NIGGER license.")
os.Exit(0)
}