diff options
author | Juergen Daubert <jue@jue.li> | 2010-05-13 18:11:20 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-05-13 18:11:20 +0200 |
commit | 450b60b006f98b1b28b2903bf75338c890c0a33d (patch) | |
tree | 8d87b48eb7848ca6e3e0a7f6f5829872a19e8503 | |
parent | 0832584b956d2852a5405db12406c997120b5fcb (diff) | |
download | opt-450b60b006f98b1b28b2903bf75338c890c0a33d.tar.gz opt-450b60b006f98b1b28b2903bf75338c890c0a33d.tar.xz |
whois: update to 5.0.4
-rw-r--r-- | whois/.md5sum | 2 | ||||
-rw-r--r-- | whois/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/whois/.md5sum b/whois/.md5sum index 4486e309d..e7dd55e67 100644 --- a/whois/.md5sum +++ b/whois/.md5sum @@ -1 +1 @@ -1df3cdd39e388fc3601ccec50be251c9 whois_5.0.3.tar.gz +87319ca1e5eeae0631fc3ca249b43671 whois_5.0.4.tar.gz diff --git a/whois/Pkgfile b/whois/Pkgfile index 3bc4ab97a..d9c3baa2f 100644 --- a/whois/Pkgfile +++ b/whois/Pkgfile @@ -5,14 +5,14 @@ # Depends on: name=whois -version=5.0.3 +version=5.0.4 release=1 source=(http://ftp.debian.org/debian/pool/main/w/$name/$name\_$version.tar.gz) build() { cd $name-$version sed -i "/^CFLAGS/s/=.*$/=$CFLAGS/" Makefile - make + make whois install -D -m 755 whois $PKG/usr/bin/whois install -D -m 644 whois.1 $PKG/usr/man/man1/whois.1 } |