summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyat>2023-07-08 02:17:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 02:17:50 +0700
commit75ffbaf117cbc704a00f3c37728ab2c80025f185 (patch)
treeb20e97b6eb2f05d49748558f85fa400387025798 /python
parent300083f756f3855ad7a67a0d66748f2a644962b5 (diff)
downloadslackbuilds-75ffbaf117cbc704a00f3c37728ab2c80025f185.tar.gz
slackbuilds-75ffbaf117cbc704a00f3c37728ab2c80025f185.tar.xz
python/python2-yara: Updated for version 4.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python2-yara/python2-yara.SlackBuild6
-rw-r--r--python/python2-yara/python2-yara.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python2-yara/python2-yara.SlackBuild b/python/python2-yara/python2-yara.SlackBuild
index eae13f956d..1d7f5facbc 100644
--- a/python/python2-yara/python2-yara.SlackBuild
+++ b/python/python2-yara/python2-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=python2-yara
SRCNAM=yara-python
-VERSION=${VERSION:-4.2.0}
+VERSION=${VERSION:-4.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python2-yara/python2-yara.info b/python/python2-yara/python2-yara.info
index 110eab0039..1c6b04acfe 100644
--- a/python/python2-yara/python2-yara.info
+++ b/python/python2-yara/python2-yara.info
@@ -1,8 +1,8 @@
PRGNAM="python2-yara"
-VERSION="4.2.0"
+VERSION="4.3.1"
HOMEPAGE="https://github.com/VirusTotal/yara-python"
-DOWNLOAD="https://github.com/VirusTotal/yara-python/archive/v4.2.0/yara-python-4.2.0.tar.gz"
-MD5SUM="ea639d79070e9e95231af668a975f9de"
+DOWNLOAD="https://github.com/VirusTotal/yara-python/archive/v4.3.1/yara-python-4.3.1.tar.gz"
+MD5SUM="3232b37fa7b7edb0f76d977767ed5bbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="yara"