summaryrefslogtreecommitdiff
path: root/wcstools/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'wcstools/meta.yaml')
-rw-r--r--wcstools/meta.yaml13
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