summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorIsmael Luceno2022-10-22 01:09:40 +0200
committerIsmael Luceno2022-10-22 01:12:35 +0200
commit21a9e3058c9dacd044ceacac5f0712e1dfd67a2e (patch)
treefd10f9d67fcde30512bf8d50a99e3ce7335dccb1 /audio-creation
parent81fed92101cfa33efb14a93eb52863e20aad1dcf (diff)
flite 2.2
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/flite/DETAILS10
-rw-r--r--audio-creation/flite/HISTORY3
2 files changed, 8 insertions, 5 deletions
diff --git a/audio-creation/flite/DETAILS b/audio-creation/flite/DETAILS
index b748c4ec24..bbd672891a 100755
--- a/audio-creation/flite/DETAILS
+++ b/audio-creation/flite/DETAILS
@@ -1,10 +1,10 @@
SPELL=flite
- VERSION=2.1
- SOURCE=$SPELL-$VERSION-release.tar.bz2
- SOURCE_HASH=sha512:e9ef9ca4b6920178634d94bbe6e21a8b0ec471b010b07e6cc961ed2d120acb944c8e1d268fe26188f7dfe43fb7bd4bdff7fa53b2d2f12029d37e08d0316620d2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-release
+ VERSION=2.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/festvox/flite/archive/refs/tags/v$VERSION.tar.gz
+ SOURCE_HASH=sha512:1ca2f4145651490ef8405fdb830a3b42e885020a7603d965f6a5581b01bed41047d396b38c2ceab138fc0b28d28078db17acd2b5a84c6444cb99d65c581afa72
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.festvox.org/flite/
- SOURCE_URL[0]="$WEB_SITE/packed/$SPELL-$VERSION/$SOURCE"
ENTERED=20030502
KEYWORDS="editors audio"
SHORT="Flite (festival-lite) is a small, fast run-time synthesis engine"
diff --git a/audio-creation/flite/HISTORY b/audio-creation/flite/HISTORY
index 3a177a7c5d..3be480ba64 100644
--- a/audio-creation/flite/HISTORY
+++ b/audio-creation/flite/HISTORY
@@ -1,3 +1,6 @@
+2022-10-22 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 2.2
+
2019-05-23 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0], WEB_SITE
updated spell to 2.1