aboutsummaryrefslogtreecommitdiff
path: root/python/cryptography/cryptography.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-04 22:35:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-04 22:35:09 +0700
commit9faf8cd68b30864cceed3b67742ee5f490b5b446 (patch)
treea01f617dc1102dc237ebb609b56400bdde557b8f /python/cryptography/cryptography.SlackBuild
parent700da5873fad09a8d6373a8bf9e4c9d6f8f7e9a4 (diff)
python/cryptography: Updated for version 43.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cryptography/cryptography.SlackBuild')
-rw-r--r--python/cryptography/cryptography.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index f338128798..797c1e06c1 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -23,13 +23,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 20220408 bkw: Modified by SlackBuilds.org, BUILD=2:
-# - remove empty file from doc dir.
-
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cryptography
-VERSION=${VERSION:-43.0.0}
+VERSION=${VERSION:-43.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}