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 54357a2383..6e05c3909a 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak -pkgver=1.45.04 +pkgver=1.45.05 pkgrel=0 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" @@ -23,4 +23,4 @@ package() { make AUDIO=none DESTDIR="$pkgdir" install || return 1 } -md5sums="6e810d2786b55cddb34f31b3eb813507 espeak-1.45.04-source.zip" +md5sums="00692552d54f1849a1a0ad21ae3fc820 espeak-1.45.05-source.zip" |