diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-09-01 19:47:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 19:47:19 -0400 |
commit | 6ec016bf8ea0855045da203c9bdd1b15cd4cccab (patch) | |
tree | e84d8d2da83dd0ffb1d41e970f2864fb8b548f08 /wcstools | |
parent | 5ccffb038d09a2dddb11b8c9d104095d0b10b081 (diff) | |
download | astroconda-contrib-6ec016bf8ea0855045da203c9bdd1b15cd4cccab.tar.gz |
Update wcstools 3.9.2 -> 3.9.4 (#61)
Diffstat (limited to 'wcstools')
-rw-r--r-- | wcstools/meta.yaml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/wcstools/meta.yaml b/wcstools/meta.yaml index 9dbab8f..f51f98c 100644 --- a/wcstools/meta.yaml +++ b/wcstools/meta.yaml @@ -1,16 +1,19 @@ +{% set name = 'wcstools' %} +{% set version = '3.9.4' %} +{% set number = '0' %} about: home: http://tdc-www.harvard.edu/wcstools license: GPL summary: 'For setting and using the world coordinate systems (WCS) in the headers of the most common astronomical image formats' build: - number: '0' + number: {{ number }} package: - name: wcstools - version: '3.9.2' + name: {{ name }} + version: {{ version }} requirements: build: run: source: - fn: wcstools-3.9.2.tar.gz + fn: {{ name }}-{{ version }}.tar.gz url: - - http://tdc-www.harvard.edu/software/wcstools/wcstools-3.9.2.tar.gz + - http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz |