Skip to content

Commit

Permalink
Add recipe for translate-gard v1.0.4 (#11557)
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx authored and karel-brinda committed Oct 31, 2018
1 parent 75f06b2 commit c0c525c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/npm-translate-gard/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "translate-gard" %}
{% set version = "1.0.3" %}
{% set sha256 = "89fe90e98f2448a274fd49bf5eff74538b81610416f593ac6b506fff133d2cb0" %}
{% set version = "1.0.4" %}
{% set sha256 = "e6636c46633e53f25a9e798a18b5a3eff34abda035ed228c86351e7b7c823263" %}
{% set node_version = os.environ.get('NODEJS_VERSION') or '6.*' %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/veg/translate-gard/archive/master.tar.gz
url: https://github.com/veg/translate-gard/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand Down

0 comments on commit c0c525c

Please sign in to comment.