Loading isis/CMakeLists.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ set(PACKAGE "ISIS") set(PACKAGE_NAME "USGS ISIS") set(PACKAGE_NAME "USGS ISIS") # Version number # Version number set(VERSION "3.6.0.1") set(VERSION "3.7.1") set(PACKAGE_VERSION ${VERSION}) set(PACKAGE_VERSION ${VERSION}) # Full name and version number # Full name and version number Loading recipe/meta.yaml +5 −5 Original line number Original line Diff line number Diff line Loading @@ -30,13 +30,13 @@ package: version: {{ version }} version: {{ version }} source: source: # git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' # git_branch: {{ git_branch }} git_tag: '3.7.1' url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' # sha256 is the prefered checksum -- you can get it for a file with: # 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 # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # file specified in the "url" tag above. # file specified in the "url" tag above. sha256: '62b88bec88471588feb581e28afc2aa9248bd4e165ad83c448a4c5fa7b59a6e1' # sha256: '62b88bec88471588feb581e28afc2aa9248bd4e165ad83c448a4c5fa7b59a6e1' build: build: number: {{ build_number }} number: {{ build_number }} Loading Loading
isis/CMakeLists.txt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ set(PACKAGE "ISIS") set(PACKAGE_NAME "USGS ISIS") set(PACKAGE_NAME "USGS ISIS") # Version number # Version number set(VERSION "3.6.0.1") set(VERSION "3.7.1") set(PACKAGE_VERSION ${VERSION}) set(PACKAGE_VERSION ${VERSION}) # Full name and version number # Full name and version number Loading
recipe/meta.yaml +5 −5 Original line number Original line Diff line number Diff line Loading @@ -30,13 +30,13 @@ package: version: {{ version }} version: {{ version }} source: source: # git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' git_url: 'https://github.com/USGS-Astrogeology/ISIS3.git' # git_branch: {{ git_branch }} git_tag: '3.7.1' url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' # url: 'https://github.com/USGS-Astrogeology/ISIS3/archive/{{ version }}.tar.gz' # sha256 is the prefered checksum -- you can get it for a file with: # 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 # `openssl sha256 <file name>`. Simply run this command with the .tar.gz # file specified in the "url" tag above. # file specified in the "url" tag above. sha256: '62b88bec88471588feb581e28afc2aa9248bd4e165ad83c448a4c5fa7b59a6e1' # sha256: '62b88bec88471588feb581e28afc2aa9248bd4e165ad83c448a4c5fa7b59a6e1' build: build: number: {{ build_number }} number: {{ build_number }} Loading