diff options
Diffstat (limited to 'main/perl-text-soundex/APKBUILD')
-rw-r--r-- | main/perl-text-soundex/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/perl-text-soundex/APKBUILD b/main/perl-text-soundex/APKBUILD index 8bf16e8163..0ad8c77db1 100644 --- a/main/perl-text-soundex/APKBUILD +++ b/main/perl-text-soundex/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-text-soundex _pkgreal=Text-Soundex -pkgver=3.04 -pkgrel=3 +pkgver=3.05 +pkgrel=0 pkgdesc="Implementation of the soundex algorithm" url="http://search.cpan.org/dist/Text-Soundex/" arch="all" @@ -36,6 +36,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="4630d47b42b92470df7b447984a71446 Text-Soundex-3.04.tar.gz" -sha256sums="2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9 Text-Soundex-3.04.tar.gz" -sha512sums="f0f1c14568ff34fea017854605de9d9ea1def34707c68979bfbeb77c823cb5e1935a36d7301da6dd445ce7c3c655d6ebc19f1621086df0bf479bd34aad025b1f Text-Soundex-3.04.tar.gz" +sha512sums="f7ea405cb5960cc2e3f5e257c18c1bbb499c5244ad6a6d14612f07329fd2177ad71dcdde85129e65c65541d61e45d7e9e4097c37ca6cead9783838900b3ebbec Text-Soundex-3.05.tar.gz" |