diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:11:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:11:13 +0700 |
commit | ef7ce57566376ea06af5b7144e5cefd6291dae72 (patch) | |
tree | 62d6d6888982da95d42fac67131249b6b5036f39 /python/dfdatetime/dfdatetime.SlackBuild | |
parent | d402c6d68dcac0a6b84df7e2b923588184e30e70 (diff) |
python/dfdatetime: Updated for version 20181025.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dfdatetime/dfdatetime.SlackBuild')
-rw-r--r-- | python/dfdatetime/dfdatetime.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/dfdatetime/dfdatetime.SlackBuild b/python/dfdatetime/dfdatetime.SlackBuild index 07ed90e026ac6..24154d84e7cc2 100644 --- a/python/dfdatetime/dfdatetime.SlackBuild +++ b/python/dfdatetime/dfdatetime.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for dfdatetime -# 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 v20180318 March 2018, Barry J. Grundy. +# Updated to v20181025 Jan 2019, Barry J. Grundy. PRGNAM=dfdatetime -VERSION=${VERSION:-20180318} +VERSION=${VERSION:-20181025} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |