Skip to content
Snippets Groups Projects
Commit b2f9572b authored by Saeed SARFJOO's avatar Saeed SARFJOO
Browse files

change sha256 to sha1 for openfst

parent e75ec7f2
No related branches found
No related tags found
1 merge request!417Openfst update
Pipeline #32118 passed
{% set name = "openfst" %} {% set name = "openfst" %}
{% set version = "1.6.7" %} {% set version = "1.6.7" %}
{% set sha256 = "e21a486d827cde6a592c8e91721e4540ad01a5ae35a60423cf17be4d716017f7" %} {% set sha1 = "b6c2771c8deee6879a2c98a0c975b078f59c7dd7" %}
package: package:
name: {{ name }} name: {{ name }}
...@@ -9,7 +9,7 @@ package: ...@@ -9,7 +9,7 @@ package:
source: source:
fn: {{ name }}-{{ version }}.tar.gz fn: {{ name }}-{{ version }}.tar.gz
url: http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-{{ version }}.tar.gz url: http://www.openfst.org/twiki/pub/FST/FstDownload/openfst-{{ version }}.tar.gz
sha1: {{ sha256 }} sha1: {{ sha1 }}
build: build:
number: 0 number: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment