aboutsummaryrefslogtreecommitdiff
path: root/python/pyelftools/pyelftools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyelftools/pyelftools.SlackBuild')
-rw-r--r--python/pyelftools/pyelftools.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyelftools/pyelftools.SlackBuild b/python/pyelftools/pyelftools.SlackBuild
index 98b91747a1..ec6a74983a 100644
--- a/python/pyelftools/pyelftools.SlackBuild
+++ b/python/pyelftools/pyelftools.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20250916 bkw: updated for v0.32.
# 20240814 bkw: updated for v0.31.
# 20231120 bkw: updated for v0.30.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pyelftools
-VERSION=${VERSION:-0.31}
+VERSION=${VERSION:-0.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}