diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-30 18:03:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-30 18:03:56 +0000 |
commit | 75f7747f31050a5202fc4975f486d8d53c4b6ec4 (patch) | |
tree | 6dc336aed363595523fa302939b49cbd2db85401 /main/espeak/APKBUILD | |
parent | a3775a26bf1b3b827387777bf44307418c4ef69d (diff) | |
download | aports-75f7747f31050a5202fc4975f486d8d53c4b6ec4.tar.bz2 aports-75f7747f31050a5202fc4975f486d8d53c4b6ec4.tar.xz |
main/espeak: upgrade to 1.43.03
Diffstat (limited to 'main/espeak/APKBUILD')
-rw-r--r-- | main/espeak/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD index ffb879f596..2d55080fe1 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak -pkgver=1.43.02 +pkgver=1.43.03 pkgrel=0 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" @@ -22,4 +22,4 @@ package() { make AUDIO=none DESTDIR="$pkgdir" install || return 1 } -md5sums="619e9042e7affab3e48d01fcfa6c6ae6 espeak-1.43.02-source.zip" +md5sums="2c9f8479acb524209329e595d6ca7e2a espeak-1.43.03-source.zip" |