aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-16 13:24:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-08-16 13:24:03 +0000
commit24a9a91dbd5aa3ce2e792b534525da680bcc803b (patch)
treebdfaee3d82eae718375be240577255e4f0db819e
parentd51685f9fc87b45902b07533ff321957ef6ddfab (diff)
downloadalpine_aports-24a9a91dbd5aa3ce2e792b534525da680bcc803b.tar.bz2
alpine_aports-24a9a91dbd5aa3ce2e792b534525da680bcc803b.tar.xz
alpine_aports-24a9a91dbd5aa3ce2e792b534525da680bcc803b.zip
main/espeak: upgrade to 1.44.03
-rw-r--r--main/espeak/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD
index cd48c9af91..4394a849dc 100644
--- a/main/espeak/APKBUILD
+++ b/main/espeak/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=espeak 2pkgname=espeak
3pkgver=1.43.03 3pkgver=1.44.03
4pkgrel=3 4pkgrel=0
5pkgdesc="Speech synthesizer for English and other languages" 5pkgdesc="Speech synthesizer for English and other languages"
6url="http://espeak.sourceforge.net/" 6url="http://espeak.sourceforge.net/"
7license="GPL-3" 7license="GPL-3"
@@ -22,4 +22,4 @@ package() {
22 make AUDIO=none DESTDIR="$pkgdir" install || return 1 22 make AUDIO=none DESTDIR="$pkgdir" install || return 1
23} 23}
24 24
25md5sums="2c9f8479acb524209329e595d6ca7e2a espeak-1.43.03-source.zip" 25md5sums="474a7e4a04078545f452d74a787f395a espeak-1.44.03-source.zip"