diff options
author | Barry J. Grundy <bgrundyat> | 2024-08-22 20:35:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-22 22:42:30 +0700 |
commit | eb334cb640e3ee1120029a0544fba3e83abbeb6c (patch) | |
tree | 53ac7f6d9ccc4279f876eb3581700961a0d2f406 /python/python3-yara/python3-yara.SlackBuild | |
parent | c9efe9b4fff06d0f061d1644dfbf096d7bddc27d (diff) |
python/python3-yara: Updated for version 4.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-yara/python3-yara.SlackBuild')
-rw-r--r-- | python/python3-yara/python3-yara.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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} |