mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/jellyfish: Updated for version 0.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
84b4afb383
commit
6d7be65baf
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue