summaryrefslogtreecommitdiffstats
path: root/wxpython
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-26 10:21:38 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-26 10:21:38 +0000
commitb2bd967c74fa6c1aead92e93e0db5035f1d83ac8 (patch)
tree5a0791fa0f7c775ba49dc1616c92a8ce860d4e96 /wxpython
parent873b5bedd102be9455dc253ad1c6c3f5e8dee617 (diff)
downloadasb-b2bd967c74fa6c1aead92e93e0db5035f1d83ac8.tar.gz
asb-b2bd967c74fa6c1aead92e93e0db5035f1d83ac8.tar.xz
wxpython: update to 4.1.1
Diffstat (limited to 'wxpython')
-rwxr-xr-xwxpython/build/wxpython.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/wxpython/build/wxpython.SlackBuild b/wxpython/build/wxpython.SlackBuild
index ac322fdf..1c376ca6 100755
--- a/wxpython/build/wxpython.SlackBuild
+++ b/wxpython/build/wxpython.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,8 @@
# * Initial build.
# 4.1.0-1: 28/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.1.1-1: 26/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh wxpython.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +46,7 @@
PRGNAM=wxpython
SRCNAM=wxPython
-VERSION=${VERSION:-4.1.0}
+VERSION=${VERSION:-4.1.1}
EXTRAV=${EXTRAV:-""}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}