diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-11 12:17:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-03-11 12:17:49 +0000 |
commit | 2b332fb4cd4b8761556462c77fb15d0f3606c15a (patch) | |
tree | 5f3ee7facd7f27fcb86b0e94e467b30904d8da86 /main/espeak | |
parent | cd981742014937560d0ced2e344368cb58bab504 (diff) | |
download | aports-2b332fb4cd4b8761556462c77fb15d0f3606c15a.tar.bz2 aports-2b332fb4cd4b8761556462c77fb15d0f3606c15a.tar.xz |
main/espeak: upgrade to 1.46.02
Diffstat (limited to 'main/espeak')
-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 25661da8f..39698ff19 100644 --- a/main/espeak/APKBUILD +++ b/main/espeak/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=espeak -pkgver=1.46.01 +pkgver=1.46.02 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="a3e9de4b2a56ec19c059115dca587494 espeak-1.46.01-source.zip" +md5sums="84e8e44562f05a3afc5427218afc8af1 espeak-1.46.02-source.zip" |