From eb334cb640e3ee1120029a0544fba3e83abbeb6c Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Thu, 22 Aug 2024 20:35:35 +0700 Subject: python/python3-yara: Updated for version 4.5.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-yara/python3-yara.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python3-yara/python3-yara.SlackBuild') diff --git a/python/python3-yara/python3-yara.SlackBuild b/python/python3-yara/python3-yara.SlackBuild index 4026e0791c..24f7673201 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-2023 Barry Grundy +# Copyright 2017-2024 Barry Grundy # 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} -- cgit v1.2.3