diff options
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 c31ce3818a..ffb879f596 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak -pkgver=1.42.04 +pkgver=1.43.02 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="a4cbbe5f2e2a37ccc0aa1a687a6e4c11 espeak-1.42.04-source.zip" +md5sums="619e9042e7affab3e48d01fcfa6c6ae6 espeak-1.43.02-source.zip" |