Version was changed to 2.0.1. Description was changed.
This commit is contained in:
parent
cacbf0367f
commit
e5f20ea93a
@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||||
pkgname=httpprocprobed
|
pkgname=httpprocprobed
|
||||||
pkgver=2.0.0
|
pkgver=2.0.1
|
||||||
pkgrel=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')
|
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url="https://git.arav.top/Arav/httpprocprobed"
|
url="https://git.arav.top/Arav/httpprocprobed"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
@ -15,7 +15,7 @@ replaces=()
|
|||||||
backup=('etc/httpprocprobed.conf')
|
backup=('etc/httpprocprobed.conf')
|
||||||
options=()
|
options=()
|
||||||
install=
|
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=()
|
noextract=()
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
|
7
main.go
7
main.go
@ -21,10 +21,9 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if *showVersion {
|
if *showVersion {
|
||||||
fmt.Println("httpprocprobed ver. 2.0.0")
|
fmt.Println("httpprocprobed ver. 2.0.1")
|
||||||
fmt.Println("Copyright (c) 2021,2022 Alexander \"Arav\" Andreev <me@arav.top>")
|
fmt.Println("Copyright (c) 2021-2023 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.")
|
||||||
fmt.Println("of wich is located in /usr/share/licenses/httpprocprobed/LICENSE.")
|
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user