diff options
author | Barry J. Grundy <bgrundyat> | 2024-08-22 20:35:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-22 22:57:17 +0700 |
commit | fe348aa577b9fe5adfd92f6a93b1d109c48ed934 (patch) | |
tree | 3d7a19b3377ac3e5351949f92b2152c4b0cf57c4 /python/python2-yara/python2-yara.SlackBuild | |
parent | eb334cb640e3ee1120029a0544fba3e83abbeb6c (diff) |
python/python2-yara: Updated for version 4.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-yara/python2-yara.SlackBuild')
-rw-r--r-- | python/python2-yara/python2-yara.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python2-yara/python2-yara.SlackBuild b/python/python2-yara/python2-yara.SlackBuild index 1d7f5facbc..a58966c27f 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-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=python2-yara SRCNAM=yara-python -VERSION=${VERSION:-4.3.1} +VERSION=${VERSION:-4.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |