diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-04-16 11:14:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 11:14:39 -0400 |
commit | 1fea33022f24434767cb6db373c58470dee1de86 (patch) | |
tree | 10597d56d4b54cf5ccc4af1451978eaf202da352 /crds | |
parent | de2c6a33a16fe1d6575d766610b955c3bd1a7652 (diff) | |
parent | f28043ab517eb96a1cbfd141ba545cca9605570f (diff) | |
download | astroconda-dev-1fea33022f24434767cb6db373c58470dee1de86.tar.gz |
Merge pull request #132 from rendinam/rebuild_for_cfitsio
Force rebuild of packages to use latest cfitsio.
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 3504da4..921cde7 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '1' %} +{% set number = '2' %} about: home: http://www.stsci.edu/hst/observatory/crds/ |