summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/tophat/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/tophat/package.py')
-rw-r--r--var/spack/repos/builtin/packages/tophat/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/tophat/package.py b/var/spack/repos/builtin/packages/tophat/package.py
index f9b2373e08..a3d602e3ae 100644
--- a/var/spack/repos/builtin/packages/tophat/package.py
+++ b/var/spack/repos/builtin/packages/tophat/package.py
@@ -12,8 +12,8 @@ class Tophat(AutotoolsPackage):
homepage = "http://ccb.jhu.edu/software/tophat/index.shtml"
url = "https://github.com/infphilo/tophat/archive/v2.1.1.tar.gz"
- version('2.1.2', 'db844fd7f53c519e716cd6222e6195b2')
- version('2.1.1', 'ffd18de2f893a95eb7e9d0c5283d241f')
+ version('2.1.2', sha256='15016b82255dad085d4ee7d970e50f0e53a280d466335553d47790d8344ff4b1')
+ version('2.1.1', sha256='991b1b7c840a5f5c4e9a15b2815983257d2b0748246af0b9094c7d07552b023e')
depends_on('autoconf', type='build')
# 2.1.1 only builds with automake@1.15.1. There's a patch here: