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>
|
||||
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')
|
||||
|
||||
|
7
main.go
7
main.go
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user