diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-02 22:00:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-02 22:00:11 +0700 |
commit | 6ec59545558cafc90c1f91c735b7a2d31d8da9a5 (patch) | |
tree | aec5bffa0225b17c561b12722456642d3088ed8c /python/cryptography/cryptography.SlackBuild | |
parent | 074fd9f4099ad984447c0b7cc79368740fd0968f (diff) |
python/cryptography: Updated for version 38.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index 60e612c5a643e..d84edebf9f255 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cryptography # Copyright 2014-2018 Markus Reichelt, Aachen, DE -# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cryptography -VERSION=${VERSION:-38.0.1} +VERSION=${VERSION:-38.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |