diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 82d6ffe..943d78a 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexander "Arav" Andreev 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') diff --git a/main.go b/main.go index bcb9b8d..5e2f518 100644 --- a/main.go +++ b/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 ") - 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 ") + fmt.Println("This program is licensed under terms of MIT+NIGGER license.") os.Exit(0) }