[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r7215: update jellyfish to 2.3.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r7215: update jellyfish to 2.3.0 |
Date: |
Sun, 11 Oct 2020 17:09:48 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 7215
revision-id: carlhansen1234@gmail.com-20201011210943-1e5cp3ufsgtu8hxw
parent: carlhansen1234@gmail.com-20201011010156-irnecc6t1plcql3s
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2020-10-11 14:09:43 -0700
message:
update jellyfish to 2.3.0
modified:
pkg/bio/jellyfish/Makefile makefile-20160617195624-kwz1a09vkg4le6fu-116
pkg/bio/jellyfish/sha256sums sha256sums-20160617195624-kwz1a09vkg4le6fu-117
=== modified file 'pkg/bio/jellyfish/Makefile'
--- a/pkg/bio/jellyfish/Makefile 2016-06-17 19:57:40 +0000
+++ b/pkg/bio/jellyfish/Makefile 2020-10-11 21:09:43 +0000
@@ -1,6 +1,9 @@
# Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-#
-# This file is part of GSRC.
+# Copyright © 2020 Carl Hansen <carlhanse@gnu.org>
+#
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
#
# GSRC is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -14,10 +17,13 @@
#
# You should have received a copy of the GNU General Public License
# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
NAME = Jellyfish
GARNAME = jellyfish
-GARVERSION = 2.1.4
+GARVERSION = 2.3.0
HOME_URL = http://www.genome.umd.edu/jellyfish.html
DESCRIPTION = Fast, parallel k-mer counting for DNA
define BLURB
@@ -27,9 +33,12 @@
CITE = doi:10.1093/bioinformatics/btr011
######################################################################
-
-MASTER_SITES = ftp://ftp.genome.umd.edu/pub/
-MASTER_SUBDIR = $(GARNAME)/
+#https://github.com/gmarcais/Jellyfish/releases/download/v2.3.0/jellyfish-2.3.0.tar.gz
+
+
+#MASTER_SITES = ftp://ftp.genome.umd.edu/pub/
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR = gmarcais/Jellyfish/releases/download/v$(GARVERSION)/
DISTFILES = $(DISTNAME).tar.gz
BUILDDEPS =
@@ -39,3 +48,4 @@
include ../../../gar/gar.lib/auto.mk
include config.mk
+
=== modified file 'pkg/bio/jellyfish/sha256sums'
--- a/pkg/bio/jellyfish/sha256sums 2016-06-17 19:57:40 +0000
+++ b/pkg/bio/jellyfish/sha256sums 2020-10-11 21:09:43 +0000
@@ -1,1 +1,1 @@
-c4e692170d33efa9e6e4f0b134d8e257fb802832af17fdc53ac468bf8f0f29a5
download/jellyfish-2.1.4.tar.gz
+e195b7cf7ba42a90e5e112c0ed27894cd7ac864476dc5fb45ab169f5b930ea5a
download/jellyfish-2.3.0.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r7215: update jellyfish to 2.3.0,
Carl Hansen <=