diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-11-13 20:46:12 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-13 20:46:12 -0500 | 
| commit | 7ca8aff6515161faefb52f63011fc040d01a865c (patch) | |
| tree | e143d0e8e1f387655b3d443af6993282947f8b8f | |
| parent | 378fa9b3a73c4503ca0441921dd1a8cda3606fa2 (diff) | |
| download | astroconda-contrib-7ca8aff6515161faefb52f63011fc040d01a865c.tar.gz | |
asdf: Dropped "v" prefix upstream (#281)
Bump build revision
| -rw-r--r-- | asdf/meta.yaml | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 916f4b9..cb10ab1 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,7 +1,6 @@  {% set name = 'asdf' %}  {% set version = '1.3.1' %} -{% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '2' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -38,7 +37,7 @@ requirements:      - python x.x  source: -    git_tag: {{ tag }} +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ name }}.git  test: | 
