Skip to content

Commit

Permalink
Bump to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 21, 2018
1 parent 49f31b4 commit c5e75b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Based on recipes from birdhouse and anaconda channel.

{% set name = "openjdk" %}
{% set version = "9.0.7" %}
{% set zulu_build = "9.0.7.1" %}
{% set version = "11.0.1" %}
{% set zulu_build = "11.2.3" %}
{% set build_number = 0 %}
{% set sha256_linux = "45f2dfbee93b91b1468cf81d843fc6d9a47fef1f831c0b7ceff4f1eb6e6851c8" %}
{% set sha256_osx = "4b1f8529ff3a8bebc974e2a22395cb27ad8750e386c8c4d1b0a1b16f89cfcf66" %}
{% set sha256_win = "75f76c53c6a1f12b1a571b86bd9708ab75adf582d689dddc94fdd77dcc0f3f5c" %}
{% set sha256_linux = "232b1c3511f0d26e92582b7c3cc363be7ac633e371854ca2f2e9f2b50eb72a75" %}
{% set sha256_osx = "1b7baa8b24f3185d6913e38d204321c8ba45b9cf35461c88d7dffc577508837d" %}
{% set sha256_win = "8e1e2b8347de6746f3fd1538840dd643201533ab113abc4ed93678e342d28aa3" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit c5e75b3

Please sign in to comment.