diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-07-07 09:00:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-14 06:56:01 +0700 |
commit | 781b947a273ac62118bea514d3252eeb9e4140f3 (patch) | |
tree | fc03f976a3be4a5c21e63033c44b6519ceee1d31 /system/xonsh | |
parent | e5b0a6f28b6fa251362250bf2fee3ed7b6ef6190 (diff) | |
download | slackbuilds-781b947a273ac62118bea514d3252eeb9e4140f3.tar.gz |
system/xonsh: Updated for version 0.6.9.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/xonsh')
-rw-r--r-- | system/xonsh/xonsh.SlackBuild | 2 | ||||
-rw-r--r-- | system/xonsh/xonsh.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/xonsh/xonsh.SlackBuild b/system/xonsh/xonsh.SlackBuild index 48d952852e..29a4f88557 100644 --- a/system/xonsh/xonsh.SlackBuild +++ b/system/xonsh/xonsh.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xonsh -VERSION=${VERSION:-0.6.4} +VERSION=${VERSION:-0.6.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/xonsh/xonsh.info b/system/xonsh/xonsh.info index 86b42c31db..336f77cb36 100644 --- a/system/xonsh/xonsh.info +++ b/system/xonsh/xonsh.info @@ -1,8 +1,8 @@ PRGNAM="xonsh" -VERSION="0.6.4" +VERSION="0.6.9" HOMEPAGE="http://xon.sh/" -DOWNLOAD="https://files.pythonhosted.org/packages/f1/e5/d206e3899816da9703ed31e70701f540d7c7c220967b05c4e81366ff48f5/xonsh-0.6.4.tar.gz" -MD5SUM="052fae1444e0e5ff936d3da0506d8a27" +DOWNLOAD="https://files.pythonhosted.org/packages/2e/ca/3e4400c30bb86d98f734e18207436c534b2bca93b7562396c89a0fee2ce9/xonsh-0.6.9.tar.gz" +MD5SUM="de8d2e8eed546f2cc7ef4c2f831e93f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-distro" |