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 | |
parent | 5c535ddaba515f9204f788fbd5baae979edc6903 (diff) | |
download | slackbuilds-dae749fb94cbd69cc8e628975546773f13d4b92e.tar.gz |
system/xonsh: Updated for version 0.8.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | system/xonsh/xonsh.SlackBuild | 4 | ||||
-rw-r--r-- | system/xonsh/xonsh.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild index 29a4f88557..911950aef5 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} diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info index aceeb40169..249f2cf0b0 100644 --- a/system/xonsh/xonsh.info +++ b/system/xonsh/xonsh.info @@ -1,8 +1,8 @@ PRGNAM="xonsh" -VERSION="0.6.9" +VERSION="0.8.10" HOMEPAGE="https://xon.sh/" -DOWNLOAD="https://files.pythonhosted.org/packages/2e/ca/3e4400c30bb86d98f734e18207436c534b2bca93b7562396c89a0fee2ce9/xonsh-0.6.9.tar.gz" -MD5SUM="de8d2e8eed546f2cc7ef4c2f831e93f5" +DOWNLOAD="https://files.pythonhosted.org/packages/02/d8/c726b5d0a41455d750e540021357d79a86eb7c64b0ea9ce88f0a630ca904/xonsh-0.8.10.tar.gz" +MD5SUM="03a00f129c810d01173bf64636808a84" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-distro" |