summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-05-26 08:51:10 -0400
committerGitHub <noreply@github.com>2020-05-26 08:51:10 -0400
commit0d8f93696846d77d132b8754caf53e673f4a0fc4 (patch)
treec26ede28fa6413356b77ea9969776c732730ce99
parent172f366c5752068b71187414d8de0bbc6f0f4e4b (diff)
downloadastroconda-contrib-0d8f93696846d77d132b8754caf53e673f4a0fc4.tar.gz
ds9: use conda openssl (#651)
* ds9: use conda openssl * ds9 8.0.1 -> 8.1
-rw-r--r--ds9/meta.yaml12
1 files changed, 7 insertions, 5 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml
index 2472659..55b86e3 100644
--- a/ds9/meta.yaml
+++ b/ds9/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'ds9' %}
-{% set version = '8.0.1' %}
+{% set version = '8.1' %}
{% set number = '0' %}
about:
@@ -17,11 +17,13 @@ package:
requirements:
build:
- - gcc >=4.6 [osx]
- - autoconf
- - m4
+ - autoconf
+ - m4
+ - openssl >=1.1
+ run:
+ - openssl >=1.1
source:
fn: {{ name }}.{{ version }}.tar.gz
url: http://ds9.si.edu/download/source/{{ name }}.{{ version }}.tar.gz
- md5: 224924e8aaaceb732cad3bb689afbf57
+ md5: d9b3c43c9375328e4872b7eefb0f86bc