From 6ec016bf8ea0855045da203c9bdd1b15cd4cccab Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 1 Sep 2016 19:47:19 -0400 Subject: Update wcstools 3.9.2 -> 3.9.4 (#61) --- wcstools/meta.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'wcstools') 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 -- cgit