summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commit9bbbf34b42ed92a4ac63b021f165e1c37276f6f9 (patch)
treebf3bbf099b5b3b9ee7fbbc1bb0e5a46698a1fa62
parentbf664f6077a24f2aee22ec151b6b90e95a1aad08 (diff)
downloadslackbuilds-9bbbf34b42ed92a4ac63b021f165e1c37276f6f9.tar.gz
slackbuilds-9bbbf34b42ed92a4ac63b021f165e1c37276f6f9.tar.xz
system/xonsh: Updated for version 0.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--system/xonsh/xonsh.SlackBuild4
-rw-r--r--system/xonsh/xonsh.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild
index 6b0b2f3f64..48d952852e 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}
diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info
index 0fbaae2f25..86b42c31db 100644
--- a/system/xonsh/xonsh.info
+++ b/system/xonsh/xonsh.info
@@ -1,8 +1,8 @@
PRGNAM="xonsh"
-VERSION="0.5.12"
+VERSION="0.6.4"
HOMEPAGE="http://xon.sh/"
-DOWNLOAD="https://pypi.python.org/packages/9c/32/ec846ab22dce56a666833889f269fb414046282ae33f9fce1b3e20d52525/xonsh-0.5.12.tar.gz"
-MD5SUM="dc83ed7d9d75eee84dc6558a4c2951ed"
+DOWNLOAD="https://files.pythonhosted.org/packages/f1/e5/d206e3899816da9703ed31e70701f540d7c7c220967b05c4e81366ff48f5/xonsh-0.6.4.tar.gz"
+MD5SUM="052fae1444e0e5ff936d3da0506d8a27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 python-distro"