diff --git a/main/whois/.checksums b/main/whois/.checksums index e620a03af..4aac9507f 100644 --- a/main/whois/.checksums +++ b/main/whois/.checksums @@ -1 +1 @@ -23873091036d93b197600c981e418361 v5.5.15.tar.gz +6c2fd99601fda2c13ec5fca0f99d45c5 v5.5.16.tar.gz diff --git a/main/whois/.pkgfiles b/main/whois/.pkgfiles index da4d42499..a258d7874 100644 --- a/main/whois/.pkgfiles +++ b/main/whois/.pkgfiles @@ -1,4 +1,4 @@ -whois-5.5.15-1 +whois-5.5.16-1 drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/whois.conf drwxr-xr-x root/root usr/ @@ -6,6 +6,10 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mkpasswd -rwxr-xr-x root/root usr/bin/whois drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/bash-completion/ +drwxr-xr-x root/root usr/share/bash-completion/completions/ +-rw-r--r-- root/root usr/share/bash-completion/completions/mkpasswd +-rw-r--r-- root/root usr/share/bash-completion/completions/whois drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/mkpasswd.1.gz diff --git a/main/whois/spkgbuild b/main/whois/spkgbuild index a2656a909..022c291b0 100644 --- a/main/whois/spkgbuild +++ b/main/whois/spkgbuild @@ -3,7 +3,7 @@ # depends : libidn2 libxcrypt name=whois -version=5.5.15 +version=5.5.16 release=1 source="https://github.com/rfc1036/whois/archive/v$version.tar.gz"