Loading isis/version +2 −2 Original line number Diff line number Diff line 3.7.0 # Public version number 2019-04-16 # Release date alpha # release stage (alpha, beta, stable) 2019-04-30 # Release date stable # release stage (alpha, beta, stable) recipe/meta.yaml +8 −8 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ # A Public Release for ISIS3.6.1: {% set version = "3.6.1" %} # A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %} # A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %} {% set version = "3.7.0_RC2" %} {% set version = "3.7.0" %} # This is the branch that conda build will pull from the ISIS repository. If you are building for a # general public release, leave the branch as "release". If you are building a custom build, like Loading @@ -35,13 +35,13 @@ package: version: {{ version }} source: git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' git_branch: {{ git_branch }} # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' # # sha256 is the prefered checksum -- you can get it for a file with: # # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # # file specified in the "url" tag above. # sha256: '' # git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' # git_branch: {{ git_branch }} url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' # sha256 is the prefered checksum -- you can get it for a file with: # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # file specified in the "url" tag above. sha256: '' build: number: {{ build_number }} Loading Loading
isis/version +2 −2 Original line number Diff line number Diff line 3.7.0 # Public version number 2019-04-16 # Release date alpha # release stage (alpha, beta, stable) 2019-04-30 # Release date stable # release stage (alpha, beta, stable)
recipe/meta.yaml +8 −8 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ # A Public Release for ISIS3.6.1: {% set version = "3.6.1" %} # A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %} # A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %} {% set version = "3.7.0_RC2" %} {% set version = "3.7.0" %} # This is the branch that conda build will pull from the ISIS repository. If you are building for a # general public release, leave the branch as "release". If you are building a custom build, like Loading @@ -35,13 +35,13 @@ package: version: {{ version }} source: git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' git_branch: {{ git_branch }} # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' # # sha256 is the prefered checksum -- you can get it for a file with: # # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # # file specified in the "url" tag above. # sha256: '' # git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' # git_branch: {{ git_branch }} url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}_{{ build_number }}.tar.gz' # sha256 is the prefered checksum -- you can get it for a file with: # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # file specified in the "url" tag above. sha256: '' build: number: {{ build_number }} Loading