diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 17:04:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 17:04:24 +0700 |
commit | 6ecdd18d06e71ba0abbae6f15ff677c5f13cc1d8 (patch) | |
tree | 427fc2aa18dbbf53be15cd6a52f3bbb523f397ab /python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild | |
parent | 181902509f2a263b4f24da55c01e4a2e89f42ada (diff) |
python/python3-geventhttpclient: Updated for version 2.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild')
-rw-r--r-- | python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild index dce9b7539f..6b8f77497b 100644 --- a/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild +++ b/python/python3-geventhttpclient/python3-geventhttpclient.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-geventhttpclient SRCNAM=geventhttpclient -VERSION=${VERSION:-2.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.3.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |