package/flite: bump to version 2.2
Switch site to github to get latest release https://github.com/festvox/flite/releases/tag/v2.2 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7cdfec3f77
commit
1d1a17083b
@ -1,4 +1,4 @@
|
||||
# locally computed hash
|
||||
sha256 c73c3f6a2ea764977d6eaf0a287722d1e2066b4697088c552e342c790f3d2b85 flite-2.1-release.tar.bz2
|
||||
sha256 ab1555fe5adc3f99f1d4a1a0eb1596d329fd6d74f1464a0097c81f53c0cf9e5c flite-2.2.tar.gz
|
||||
# License files, locally calculated
|
||||
sha256 d31bceaf2823d56a8c9400f7bde3b17140e739e991eb4f203bdcf9827754ab59 COPYING
|
||||
|
@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FLITE_VERSION = 2.1
|
||||
FLITE_SOURCE = flite-$(FLITE_VERSION)-release.tar.bz2
|
||||
FLITE_SITE = http://www.festvox.org/flite/packed/flite-$(FLITE_VERSION)
|
||||
FLITE_VERSION = 2.2
|
||||
FLITE_SITE = $(call github,festvox,flite,v$(FLITE_VERSION))
|
||||
FLITE_LICENSE = BSD-4-Clause
|
||||
FLITE_LICENSE_FILES = COPYING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user