diff options
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 71b552007ce6e..884b0fdf77ea6 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} |