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 17e5eda commit cab831a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 = "10.0.2" %}
{% set zulu_build = "10.3+5" %}
{% set build_number = 2 %}
{% set sha256_linux = "47ef4b708689f1923a2be9325b17c9df8545a33769a7f11b00dc70f0be4f12ca" %}
{% set sha256_osx = "ffeada0b80d51f1d18a703926538c2f9e1cfe1f51f968a726b866387ac74fd16" %}
{% set sha256_win = "622cf9db19fd505442541baacb1c59a08e6868007387eccfeabeb8a0b21d8621" %}
{% set version = "11.0.1" %}
{% set zulu_build = "11.2.3" %}
{% set build_number = 0 %}
{% set sha256_linux = "232b1c3511f0d26e92582b7c3cc363be7ac633e371854ca2f2e9f2b50eb72a75" %}
{% set sha256_osx = "1b7baa8b24f3185d6913e38d204321c8ba45b9cf35461c88d7dffc577508837d" %}
{% set sha256_win = "8e1e2b8347de6746f3fd1538840dd643201533ab113abc4ed93678e342d28aa3" %}

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

0 comments on commit cab831a

Please sign in to comment.