diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-06 20:27:48 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:02:08 +0700 |
commit | 94dcd909a809e85b27b74c96f5657931dd49205b (patch) | |
tree | 3953da79fcbdcaf212c06078c8ba29c474ed6dee /python/requests-toolbelt/requests-toolbelt.SlackBuild | |
parent | e46234bf5c7637ac67c1cc0ce5328857dea6258b (diff) |
python/requests-toolbelt: Updated for version 0.9.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/requests-toolbelt/requests-toolbelt.SlackBuild')
-rw-r--r-- | python/requests-toolbelt/requests-toolbelt.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/requests-toolbelt/requests-toolbelt.SlackBuild b/python/requests-toolbelt/requests-toolbelt.SlackBuild index f2ba8b40cd9b8..05aa6712133ec 100644 --- a/python/requests-toolbelt/requests-toolbelt.SlackBuild +++ b/python/requests-toolbelt/requests-toolbelt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for requests-toolbelt -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=requests-toolbelt -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |