diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-07 16:29:10 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-07 16:29:10 -0400 | 
| commit | 7ed9008ffa3e42088b35b389dd26e7ff580b0079 (patch) | |
| tree | 85b4fec734399c36ef2d40682ff27d22f946ba28 /hstcal | |
| parent | 07cd0b55844c2f8490e723843af3998c4a30f5b1 (diff) | |
| download | astroconda-contrib-7ed9008ffa3e42088b35b389dd26e7ff580b0079.tar.gz | |
Update hstcal -> 1.0.1
Diffstat (limited to 'hstcal')
| -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 | 
