mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pefile: Updated for version 2023.2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
287fa7d9c9
commit
5450a61c58
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue