From 8201bffbb26920177568d5c9b001ce8f79a7b855 Mon Sep 17 00:00:00 2001
From: Saeed SARFJOO <saeed.sarfjoo@idiap.ch>
Date: Tue, 30 Jul 2019 10:14:40 +0200
Subject: [PATCH] Openfst update

---
 conda/openfst/meta.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/conda/openfst/meta.yaml b/conda/openfst/meta.yaml
index 4f4fcff8..7b3a2df7 100755
--- a/conda/openfst/meta.yaml
+++ b/conda/openfst/meta.yaml
@@ -1,6 +1,6 @@
 {% set name = "openfst" %}
-{% set version = "1.6.1" %}
-{% set sha256 = "c623a39394158cc5abd2e54c6dd7934b07394440" %}
+{% set version = "1.6.7" %}
+{% set sha1 = "b6c2771c8deee6879a2c98a0c975b078f59c7dd7" %}
 
 package:
   name: {{ name }}
@@ -9,10 +9,10 @@ package:
 source:
   fn: {{ name }}-{{ version }}.tar.gz
   url: http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-{{ version }}.tar.gz
-  sha1: {{ sha256 }}
+  sha1: {{ sha1 }}
 
 build:
-  number: 2
+  number: 0
   skip: true  # [not linux]
   run_exports:
     # https://abi-laboratory.pro/tracker/timeline/openfst/
-- 
GitLab