diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-03 17:03:40 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-03 17:03:40 +0300 |
commit | 27e76a206033cd7f3d0b79b068597cbb7ef8c301 (patch) | |
tree | 967db767f10707f5f5f7a9ed01b02f3be5c993ac /main/perl-text-wikiformat/APKBUILD | |
parent | d551036f5f535b2a9efcf092a316e3448c42d110 (diff) | |
download | aports-27e76a206033cd7f3d0b79b068597cbb7ef8c301.tar.bz2 aports-27e76a206033cd7f3d0b79b068597cbb7ef8c301.tar.xz |
main/perl-text-wikiformat: upgrade to 0.80
Diffstat (limited to 'main/perl-text-wikiformat/APKBUILD')
-rw-r--r-- | main/perl-text-wikiformat/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/perl-text-wikiformat/APKBUILD b/main/perl-text-wikiformat/APKBUILD index 9a9a096e0..85baf856a 100644 --- a/main/perl-text-wikiformat/APKBUILD +++ b/main/perl-text-wikiformat/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=perl-text-wikiformat _pkgreal=Text-WikiFormat -pkgver=0.79 +pkgver=0.80 pkgrel=0 pkgdesc="module for translating Wiki formatted text into other formats" url="http://search.cpan.org/dist/Text-WikiFormat/" @@ -34,4 +34,3 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="7f3e888ff898f67332216c4a25523f30 Text-WikiFormat-0.79.tar.gz" |