summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/pefile/pefile.SlackBuild6
-rw-r--r--python/pefile/pefile.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pefile/pefile.SlackBuild b/python/pefile/pefile.SlackBuild
index 71b552007c..884b0fdf77 100644
--- a/python/pefile/pefile.SlackBuild
+++ b/python/pefile/pefile.SlackBuild
@@ -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}
diff --git a/python/pefile/pefile.info b/python/pefile/pefile.info
index e04b383a2e..708bacf7fa 100644
--- a/python/pefile/pefile.info
+++ b/python/pefile/pefile.info
@@ -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"