mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pefile: Updated for version 2018.8.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
76e0946d22
commit
c69574faff
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for pefile
|
||||
# Copyright 2016 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# Copyright 2016-2019 Barry Grundy <bgrundy[at]linuxleo.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,10 +21,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Updated for 2017.11.5, December 2017, Barry J. Grundy.
|
||||
# Updated for 2018.8.8 Jan 2019, Barry J. Grundy.
|
||||
|
||||
PRGNAM=pefile
|
||||
VERSION=${VERSION:-2017.11.5}
|
||||
VERSION=${VERSION:-2018.8.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pefile"
|
||||
VERSION="2017.11.5"
|
||||
VERSION="2018.8.8"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pefile/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/7e/9b/f99171190f04cd23768547dd34533b4016bd582842f53cd9fe9585a74c74/pefile-2017.11.5.tar.gz"
|
||||
MD5SUM="99453cda7a34d93d71cda60280eb062a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/ed/cc/157f20038a80b6a9988abc06c11a4959be8305a0d33b6d21a134127092d4/pefile-2018.8.8.tar.gz"
|
||||
MD5SUM="ba779dbf686a513d5ae57d82dd9bc579"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-future"
|
||||
|
|
Loading…
Reference in a new issue