whois: update to 5.1.5.

This commit is contained in:
Christian Neukirchen 2014-09-06 21:10:31 +02:00
parent 40a1714fb7
commit d934088277
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'whois'
pkgname=whois
version=5.1.2
version=5.1.5
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=021f76910e772fa569e299210b36e2eeb20b56dc9ca29edb7e83a21b560a5403
checksum=d4a192d6208f1ed3856b5089e2de5fc986031c96148b97c9ef43af7a21af1a9d
do_build() {
# This is needed to set CFLAGS properly
@ -18,5 +18,5 @@ do_build() {
do_install() {
make prefix=/usr BASEDIR=${DESTDIR} install-whois
vinstall COPYING 644 usr/share/licenses/${pkgname}
vlicense COPYING LICENSE
}