diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-10 18:47:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:31 +0700 |
commit | dae749fb94cbd69cc8e628975546773f13d4b92e (patch) | |
tree | fa9c73bb74949631770eef47fce59a0255b591a9 /system/xonsh/xonsh.SlackBuild | |
parent | 5c535ddaba515f9204f788fbd5baae979edc6903 (diff) |
system/xonsh: Updated for version 0.8.10.
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 29a4f8855734..911950aef537 100644 --- a/system/xonsh/xonsh.SlackBuild +++ b/system/xonsh/xonsh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xonsh -# Copyright 2016-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 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.6.9} +VERSION=${VERSION:-0.8.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |