mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
python/jellyfish: Updated for version 0.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
27cb1bcad4
commit
b1369c2ac0
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-2016 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.5.1}
|
||||
VERSION=${VERSION:-0.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jellyfish"
|
||||
VERSION="0.5.1"
|
||||
VERSION="0.5.2"
|
||||
HOMEPAGE="https://github.com/sunlightlabs/jellyfish"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jellyfish/jellyfish-0.5.1.tar.gz"
|
||||
MD5SUM="6a12089507f71175eb9de9e2575479e7"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jellyfish/jellyfish-0.5.2.tar.gz"
|
||||
MD5SUM="1f7b9053f63f853efa97073576cea677"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue