system/linkchecker: Updated for version 9.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-04-27 10:05:56 -05:00 committed by Erik Hanson
parent 7e18723f9c
commit e876b5e2f7
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=linkchecker
SRCNAM=LinkChecker
VERSION=${VERSION:-9.1}
VERSION=${VERSION:-9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="linkchecker"
VERSION="9.1"
VERSION="9.2"
HOMEPAGE="http://wummel.github.io/linkchecker/"
DOWNLOAD="http://wummel.github.io/linkchecker/dist/LinkChecker-9.1.tar.gz"
MD5SUM="602a631166f9db6a90e9d3a40728943f"
DOWNLOAD="https://pypi.python.org/packages/source/L/LinkChecker/LinkChecker-9.2.tar.gz"
MD5SUM="f8a4c9b714acbac7d3f0ba8b9227164c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests"