whois: update to 5.2.3

This commit is contained in:
Alessio Sergi 2014-12-27 10:27:47 +01:00
parent 84da7dca01
commit 2da6726603

View file

@ -1,6 +1,6 @@
# Template file for 'whois'
pkgname=whois
version=5.2.2
version=5.2.3
revision=1
hostmakedepends="perl"
makedepends="libidn-devel"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.linux.it/~md/software"
license="GPL-2"
distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz"
checksum=cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09
checksum=b1c9a4005bd41036a9e82dd4830005f33ffa5255ab764f4dbe3300715c15e803
do_build() {
# This is needed to set CFLAGS properly
@ -18,5 +18,4 @@ do_build() {
do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois
vlicense COPYING LICENSE
}