diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-06-21 02:44:23 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-22 20:26:45 +0700 |
commit | 23e71f566e6a6a715ec6d93429865da77cfdb277 (patch) | |
tree | 9b279f9aa9e31a2419750cd5a28346f53fd4825c | |
parent | 861f1213fce9aaef5d006a7f131476ec48c42724 (diff) |
python/jellyfish: Updated for version 1.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/jellyfish/jellyfish.SlackBuild | 2 | ||||
-rw-r--r-- | python/jellyfish/jellyfish.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/jellyfish/jellyfish.SlackBuild b/python/jellyfish/jellyfish.SlackBuild index 7946abf87dec..a3086a5bf469 100644 --- a/python/jellyfish/jellyfish.SlackBuild +++ b/python/jellyfish/jellyfish.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jellyfish -VERSION=${VERSION:-1.0.3} +VERSION=${VERSION:-1.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/jellyfish/jellyfish.info b/python/jellyfish/jellyfish.info index b739c73c80b7..c09cbf4d46cf 100644 --- a/python/jellyfish/jellyfish.info +++ b/python/jellyfish/jellyfish.info @@ -1,10 +1,10 @@ PRGNAM="jellyfish" -VERSION="1.0.3" +VERSION="1.0.4" HOMEPAGE="https://github.com/sunlightlabs/jellyfish" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-1.0.3.tar.gz \ - https://slackware.uk/~fourtysixandtwo/src/jellyfish-vendored-sources-1.0.3-1.tar.xz" -MD5SUM="badb0546de65d66a07f7f7bf7ae3eabf \ - a738e2f93dbd44deb8fa54c1b184fa9b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jellyfish/jellyfish-1.0.4.tar.gz \ + https://slackware.uk/~fourtysixandtwo/src/jellyfish-vendored-sources-1.0.4-1.tar.xz" +MD5SUM="22f455715f501202b7fbf678ca97eb31 \ + 0c89e6ecdb6ae819476e04382a370f27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-maturin" |