summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-07-15 03:35:57 +0200
committer Robby Workman2015-07-16 17:56:36 +0200
commit6d7be65baf224ff047904e465eed9e6252612511 (patch)
tree3ca85265a76647c40e6c2f4972562da530005968 /python
parent84b4afb383cc4f2f5f191412b15c3b14a177615d (diff)
downloadslackbuilds-6d7be65baf224ff047904e465eed9e6252612511.tar.gz
python/jellyfish: Updated for version 0.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/jellyfish/jellyfish.SlackBuild4
-rw-r--r--python/jellyfish/jellyfish.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/jellyfish/jellyfish.SlackBuild b/python/jellyfish/jellyfish.SlackBuild
index c6b1b0c600..55110e86fb 100644
--- a/python/jellyfish/jellyfish.SlackBuild
+++ b/python/jellyfish/jellyfish.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jellyfish
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015 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=jellyfish
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/jellyfish/jellyfish.info b/python/jellyfish/jellyfish.info
index 09911334bb..cdf6ee37ec 100644
--- a/python/jellyfish/jellyfish.info
+++ b/python/jellyfish/jellyfish.info
@@ -1,8 +1,8 @@
PRGNAM="jellyfish"
-VERSION="0.4.0"
+VERSION="0.5.1"
HOMEPAGE="https://github.com/sunlightlabs/jellyfish"
-DOWNLOAD="https://pypi.python.org/packages/source/j/jellyfish/jellyfish-0.4.0.tar.gz"
-MD5SUM="ad67caf3a8fe7a6afd26aa539b0e2397"
+DOWNLOAD="https://pypi.python.org/packages/source/j/jellyfish/jellyfish-0.5.1.tar.gz"
+MD5SUM="6a12089507f71175eb9de9e2575479e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"