diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-07 16:31:50 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-07 16:31:50 -0400 | 
| commit | ca0d31270dd4185429387a87755620ff31771586 (patch) | |
| tree | 85b4fec734399c36ef2d40682ff27d22f946ba28 | |
| parent | 07cd0b55844c2f8490e723843af3998c4a30f5b1 (diff) | |
| parent | 7ed9008ffa3e42088b35b389dd26e7ff580b0079 (diff) | |
| download | astroconda-contrib-ca0d31270dd4185429387a87755620ff31771586.tar.gz | |
Merge pull request #32 from jhunkeler/update-hstcal
Update hstcal -> 1.0.1
| -rw-r--r-- | hstcal/meta.yaml | 16 | 
1 files changed, 10 insertions, 6 deletions
| diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 65c3c40..406fd30 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,17 +1,21 @@ +{% set name = 'hstcal' %} +{% set version = '1.0.1' %} +{% set number = '0' %} +  about:      home: https://github.com/spacetelescope/hstcal      license: BSD -    summary: hstcal +    summary: Calibration for HST/WFC3, HST/ACS, and HST/STIS  build: -    number: '0' +    number: {{ number }}  package: -    name: hstcal -    version: 1.0.0 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - gcc >=4.6 [osx]      run:      - libgcc >=4.6 [osx]  source: -    git_tag: 1.0.0 -    git_url: https://github.com/spacetelescope/hstcal +    git_tag: {{ version }} +    git_url: https://github.com/spacetelescope/{{ name }}.git | 
