summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Young <A-N-Other@users.noreply.github.com>2023-06-14 21:20:29 +0100
committerGitHub <noreply@github.com>2023-06-14 13:20:29 -0700
commit1c0fbec9ce6bdbce6db3d124d44d7de4eba16423 (patch)
treeb4ee6c72b489b160e8b9b672604ab333cee9f328
parentca4d60ae25775a7d7dff5b1ec89cd86171a59199 (diff)
downloadspack-1c0fbec9ce6bdbce6db3d124d44d7de4eba16423.tar.gz
spack-1c0fbec9ce6bdbce6db3d124d44d7de4eba16423.tar.bz2
spack-1c0fbec9ce6bdbce6db3d124d44d7de4eba16423.tar.xz
spack-1c0fbec9ce6bdbce6db3d124d44d7de4eba16423.zip
subread: add 2.0.6, update download paths (#38200)
* subread: add 2.0.6, update download paths * Update var/spack/repos/builtin/packages/subread/package.py --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
-rw-r--r--var/spack/repos/builtin/packages/subread/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/subread/package.py b/var/spack/repos/builtin/packages/subread/package.py
index e9eb0e9238..b694713b64 100644
--- a/var/spack/repos/builtin/packages/subread/package.py
+++ b/var/spack/repos/builtin/packages/subread/package.py
@@ -12,11 +12,11 @@ class Subread(MakefilePackage):
"""The Subread software package is a tool kit for processing next-gen
sequencing data."""
- homepage = "http://subread.sourceforge.net/"
- url = (
- "https://iweb.dl.sourceforge.net/project/subread/subread-1.5.2/subread-1.5.2-source.tar.gz"
- )
+ homepage = "https://subread.sourceforge.net/"
+ url = "https://sourceforge.net/projects/subread/files/subread-1.5.2/subread-1.5.2-source.tar.gz/download"
+ version("2.0.6", sha256="f0fdda6b98634d2946028948c220253e10a0f27c7fa5f24913b65b3ac6cbb045")
+ version("2.0.4", sha256="c54b37ed83b34318d8f119b5c02fb9d0a65c811195bcc9e1745df6daf74ca2db")
version("2.0.2", sha256="0b64bd51f39f8d322c4594697fa5f0f64fbe60283113eadadff9f4268f897079")
version("2.0.0", sha256="bd7b45f7d8872b0f5db5d23a385059f21d18b49e432bcb6e3e4a879fe51b41a8")
version("1.6.4", sha256="b7bd0ee3b0942d791aecce6454d2f3271c95a010beeeff2daf1ff71162e43969")