summaryrefslogtreecommitdiffstats
path: root/python/python3-yara/python3-yara.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-yara/python3-yara.SlackBuild')
-rw-r--r--python/python3-yara/python3-yara.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-yara/python3-yara.SlackBuild b/python/python3-yara/python3-yara.SlackBuild
index 2b883861ed..4026e0791c 100644
--- a/python/python3-yara/python3-yara.SlackBuild
+++ b/python/python3-yara/python3-yara.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for yara-python
-# Copyright 2017-2022 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2017-2023 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -21,13 +21,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# updated (separate py2/3) - v4.2.0, May 2022, Barry J. Grundy.
+# updated - v4.3.1, July 2023, Barry J. Grundy.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-yara
SRCNAM=yara-python
-VERSION=${VERSION:-4.2.0}
+VERSION=${VERSION:-4.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}