aboutsummaryrefslogtreecommitdiff
path: root/python/python3-lz4/python3-lz4.SlackBuild
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2024-08-22 20:35:52 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-22 21:09:05 +0700
commitfcc357ff7fe8701bfaaaba7e1b33f9103f6e619b (patch)
tree098e3d0edda82b92d216c5cafea085e10e3d10ac /python/python3-lz4/python3-lz4.SlackBuild
parent616018ece228bf31cb21d26b8a84793bc41f707d (diff)
python/python3-lz4: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lz4/python3-lz4.SlackBuild')
-rw-r--r--python/python3-lz4/python3-lz4.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-lz4/python3-lz4.SlackBuild b/python/python3-lz4/python3-lz4.SlackBuild
index 334ed8da02..747312b0b8 100644
--- a/python/python3-lz4/python3-lz4.SlackBuild
+++ b/python/python3-lz4/python3-lz4.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-lz4
#
-# Copyright 2022-2023, Barry J. Grundy
+# Copyright 2022-2024, Barry J. Grundy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# Updated for version v4.3.2 July 2023
+# Updated for version v4.3.3 August 2024
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-lz4
TARNAM=lz4
-VERSION=${VERSION:-4.3.2}
+VERSION=${VERSION:-4.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}