diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-03-20 13:33:37 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-22 06:11:50 +0700 |
commit | 5aa58a0bb0ad4abd81d65573ad1839f9745cfe03 (patch) | |
tree | 3070b24a579d70942109e50d47444cc7c961e96e /python/python3-validators/python3-validators.SlackBuild | |
parent | f7c4729ff3d1cb9784ff1c3e161050cdb6ad1c1c (diff) |
python/python3-validators: Version bump to 0.23.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-validators/python3-validators.SlackBuild')
-rw-r--r-- | python/python3-validators/python3-validators.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-validators/python3-validators.SlackBuild b/python/python3-validators/python3-validators.SlackBuild index 29223390a0..ff4cf5f3d3 100644 --- a/python/python3-validators/python3-validators.SlackBuild +++ b/python/python3-validators/python3-validators.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-validators -# Copyright 2023 Jeremy Hansen jebrhansen+SBo@gmail.com +# Copyright 2023-2024 Jeremy Hansen jebrhansen+SBo@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-validators -VERSION=${VERSION:-0.22.0} +VERSION=${VERSION:-0.23.2} SRCNAM=${SRCNAM:-validators} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGES.md LICENSE README.md \ + CHANGES.md LICENSE.txt README.md SECURITY.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |