diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-19 09:40:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 09:40:45 +0700 |
commit | f3bcfdfd653126d3f5607069e016f62ba0339b91 (patch) | |
tree | c0342833d473e43ea2dcb068af7633ad409a3668 /python/python3-pathspec/python3-pathspec.SlackBuild | |
parent | 861661110ede3bcb966813237fe44650dbc86bb6 (diff) |
python/python3-pathspec: Updated for version 0.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pathspec/python3-pathspec.SlackBuild')
-rw-r--r-- | python/python3-pathspec/python3-pathspec.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pathspec/python3-pathspec.SlackBuild b/python/python3-pathspec/python3-pathspec.SlackBuild index f9abc0b8cf..70c57fc1a3 100644 --- a/python/python3-pathspec/python3-pathspec.SlackBuild +++ b/python/python3-pathspec/python3-pathspec.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pathspec SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |