Skip to content

Commit

Permalink
Bump to Java 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Nov 20, 2018
1 parent 4612949 commit 5bef92d
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 = "9.0.7" %}
{% set zulu_build = "9.0.7.1" %}
{% set build_number = 0 %}
{% set sha256_linux = "45f2dfbee93b91b1468cf81d843fc6d9a47fef1f831c0b7ceff4f1eb6e6851c8" %}
{% set sha256_osx = "4b1f8529ff3a8bebc974e2a22395cb27ad8750e386c8c4d1b0a1b16f89cfcf66" %}
{% set sha256_win = "75f76c53c6a1f12b1a571b86bd9708ab75adf582d689dddc94fdd77dcc0f3f5c" %}
{% 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" %}

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

0 comments on commit 5bef92d

Please sign in to comment.