diff options
Diffstat (limited to 'python/pefile/pefile.SlackBuild')
-rw-r--r-- | python/pefile/pefile.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pefile/pefile.SlackBuild b/python/pefile/pefile.SlackBuild index a6c6f7cc05..7fce625b3f 100644 --- a/python/pefile/pefile.SlackBuild +++ b/python/pefile/pefile.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for pefile -# Copyright 2016-2022 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2016-2023 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated for 2021.9.3 January 2022 +# Updated for 2023.2.7, July 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pefile -VERSION=${VERSION:-2021.9.3} +VERSION=${VERSION:-2023.2.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |