diff options
Diffstat (limited to 'pandokia')
-rw-r--r-- | pandokia/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 1dfab98..0c6dfcf 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -6,7 +6,7 @@ build: number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' package: name: pandokia - version: 1.3.11 + version: 1.4.0 requirements: build: - nose @@ -21,7 +21,8 @@ requirements: - pytest - python x.x source: - git_url: git@github.com:spacetelescope/pandokia + git_tag: 1.4.0 + git_url: https://github.com/spacetelescope/pandokia test: commands: - pdk --help |