diff options
-rw-r--r-- | main/espeak/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/espeak/APKBUILD b/main/espeak/APKBUILD index 6a8ca2f00..54357a238 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak -pkgver=1.44.05 -pkgrel=1 +pkgver=1.45.04 +pkgrel=0 pkgdesc="Speech synthesizer for English and other languages" url="http://espeak.sourceforge.net/" arch="all" @@ -23,4 +23,4 @@ package() { make AUDIO=none DESTDIR="$pkgdir" install || return 1 } -md5sums="603b3e5fc8510a82b76f51a94cb3c7a1 espeak-1.44.05-source.zip" +md5sums="6e810d2786b55cddb34f31b3eb813507 espeak-1.45.04-source.zip" |