diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:19:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:19:32 +0700 |
commit | c69574faff628e5cede32d768f1505115b4f6dab (patch) | |
tree | 237659c25c8f2e503ffac807b31b124a5943183e /python/pefile/pefile.SlackBuild | |
parent | 76e0946d2257bb704ab17bcd2fc59d902a5840df (diff) | |
download | slackbuilds-c69574faff628e5cede32d768f1505115b4f6dab.tar.gz |
python/pefile: Updated for version 2018.8.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 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} |