Browse Source
python/python3-yara: Updated for version 4.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/243/head
Barry J. Grundy
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
python/python3-yara/python3-yara.SlackBuild
-
python/python3-yara/python3-yara.info
|
|
@ -1,7 +1,7 @@ |
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
# Slackware build script for yara-python |
|
|
|
# Copyright 2017-2023 Barry Grundy <bgrundy[at]linuxleo.com> |
|
|
|
# Copyright 2017-2024 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 - v4.3.1, July 2023, Barry J. Grundy. |
|
|
|
# updated - v4.5.0 August 2024, Barry J. Grundy. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-yara |
|
|
|
SRCNAM=yara-python |
|
|
|
VERSION=${VERSION:-4.3.1} |
|
|
|
VERSION=${VERSION:-4.5.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-yara" |
|
|
|
VERSION="4.3.1" |
|
|
|
VERSION="4.5.0" |
|
|
|
HOMEPAGE="https://github.com/VirusTotal/yara-python" |
|
|
|
DOWNLOAD="https://github.com/VirusTotal/yara-python/archive/v4.3.1/yara-python-4.3.1.tar.gz" |
|
|
|
MD5SUM="3232b37fa7b7edb0f76d977767ed5bbf" |
|
|
|
DOWNLOAD="https://github.com/VirusTotal/yara-python/archive/v4.5.0/yara-python-4.5.0.tar.gz" |
|
|
|
MD5SUM="658f457665c1f0a4f4242b94a236d36d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="yara" |
|
|
|