diff options
Diffstat (limited to 'python/backports.lzma/backports.lzma.SlackBuild')
-rw-r--r-- | python/backports.lzma/backports.lzma.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/backports.lzma/backports.lzma.SlackBuild b/python/backports.lzma/backports.lzma.SlackBuild index 089e0a648d..fd9feb8570 100644 --- a/python/backports.lzma/backports.lzma.SlackBuild +++ b/python/backports.lzma/backports.lzma.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for backports.lzma -# Copyright 2018 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2018-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. # -# New Submission version 0.0.10, March 2018, Barry J. Grundy. +# Updated to version 0.0.13, Jan 2019, Barry J. Grundy. PRGNAM=backports.lzma -VERSION=${VERSION:-0.0.10} +VERSION=${VERSION:-0.0.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |