diff options
author | Barry J. Grundy <bgrundyat> | 2023-07-08 02:20:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 02:20:50 +0700 |
commit | 5450a61c58580963acc77bb42cac213efc916c38 (patch) | |
tree | 0d6bd72ade5df3778bab406abf32ea212529b84e /python | |
parent | 287fa7d9c928e2238540a037256693ec75fef824 (diff) |
python/pefile: Updated for version 2023.2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pefile/pefile.SlackBuild | 6 | ||||
-rw-r--r-- | python/pefile/pefile.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pefile/pefile.SlackBuild b/python/pefile/pefile.SlackBuild index a6c6f7cc0586..7fce625b3f46 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} diff --git a/python/pefile/pefile.info b/python/pefile/pefile.info index 4849f35b170f..1e206cef796b 100644 --- a/python/pefile/pefile.info +++ b/python/pefile/pefile.info @@ -1,8 +1,8 @@ PRGNAM="pefile" -VERSION="2021.9.3" +VERSION="2023.2.7" HOMEPAGE="https://pypi.python.org/pypi/pefile/" -DOWNLOAD="https://files.pythonhosted.org/packages/ee/e1/a7bd302cf5f74547431b4e9b206dbef782d112df6b531f193bb4a29fb1b9/pefile-2021.9.3.tar.gz" -MD5SUM="47969d5c421429cf9dc09a023547b621" +DOWNLOAD="https://files.pythonhosted.org/packages/78/c5/3b3c62223f72e2360737fd2a57c30e5b2adecd85e70276879609a7403334/pefile-2023.2.7.tar.gz" +MD5SUM="fa0eba7c91f4e696771ddbfacdca25e4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |