diff options
Diffstat (limited to 'development/codespell/codespell.SlackBuild')
-rw-r--r-- | development/codespell/codespell.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/codespell/codespell.SlackBuild b/development/codespell/codespell.SlackBuild index d2d7d8b0b2..214410930f 100644 --- a/development/codespell/codespell.SlackBuild +++ b/development/codespell/codespell.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250127 bkw: update for 2.4.0, use the github repo for homepage since +# pypy no longer works without javascript. # 20240822 bkw: update for 2.3.0. # 20230820 bkw: update for 2.2.5, *many* thanks to fourtysixandtwo for # his python3-setuptools-opt build, and for figuring out the bug in @@ -22,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=codespell -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |