diff options
Diffstat (limited to 'python/artifacts/artifacts.SlackBuild')
-rw-r--r-- | python/artifacts/artifacts.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/artifacts/artifacts.SlackBuild b/python/artifacts/artifacts.SlackBuild index 2fe86420932f5..c6cb9d640336f 100644 --- a/python/artifacts/artifacts.SlackBuild +++ b/python/artifacts/artifacts.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for artifacts -# 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 to version 20180115, March 2018, Barry J. Grundy. +# Updated to version 20181213, Jan 2019, Barry J. Grundy. PRGNAM=artifacts -VERSION=${VERSION:-20180115} +VERSION=${VERSION:-20181213} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |