diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-23 16:19:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 16:19:09 -0400 |
commit | c889d60fd072bd018b027aa9455f6a0cad605b84 (patch) | |
tree | 9f8aad4016caef3fc75759ce1773506a3a0d5640 /fitsverify | |
parent | 1fea33022f24434767cb6db373c58470dee1de86 (diff) | |
download | astroconda-dev-c889d60fd072bd018b027aa9455f6a0cad605b84.tar.gz |
Remove checksum value from fitsverify
The comparison mechanism in conda-build seems to be broken.
Diffstat (limited to 'fitsverify')
-rw-r--r-- | fitsverify/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml index b40c4c7..f676503 100644 --- a/fitsverify/meta.yaml +++ b/fitsverify/meta.yaml @@ -32,7 +32,7 @@ requirements: source: fn: {{ name }}-{{ version }}.tar.gz url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz - md5: 84f2930e802891392043cb8a6cbf4d5d + #md5: 84f2930e802891392043cb8a6cbf4d5d # Checksumming broken in conda-build. test: commands: |