diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-05-19 19:38:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 08:35:11 +0700 |
commit | 9bbbf34b42ed92a4ac63b021f165e1c37276f6f9 (patch) | |
tree | bf3bbf099b5b3b9ee7fbbc1bb0e5a46698a1fa62 /system/xonsh/xonsh.SlackBuild | |
parent | bf664f6077a24f2aee22ec151b6b90e95a1aad08 (diff) |
system/xonsh: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/xonsh/xonsh.SlackBuild')
-rw-r--r-- | system/xonsh/xonsh.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild index 6b0b2f3f644f..48d952852e40 100644 --- a/system/xonsh/xonsh.SlackBuild +++ b/system/xonsh/xonsh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xonsh -# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xonsh -VERSION=${VERSION:-0.5.12} +VERSION=${VERSION:-0.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |