diff options
Diffstat (limited to 'user/perl-test-run-plugin-cfv')
-rw-r--r-- | user/perl-test-run-plugin-cfv/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/perl-test-run-plugin-cfv/APKBUILD b/user/perl-test-run-plugin-cfv/APKBUILD index 8c8f9438b..56f5f2092 100644 --- a/user/perl-test-run-plugin-cfv/APKBUILD +++ b/user/perl-test-run-plugin-cfv/APKBUILD @@ -1,11 +1,11 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-test-run-plugin-colourfileverdicts _pkgreal=Test-Run-Plugin-ColorFileVerdicts _author=SHLOMIF _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=0.0124 +pkgver=0.0125 pkgrel=0 pkgdesc="Make Perl Test::Run file verdicts (ok, not ok) colourful" url="https://metacpan.org/release/Test-Run-Plugin-ColorFileVerdicts" @@ -32,4 +32,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="405eb2e58b6c76fba3f5e0737e5816e8d4ef69d7fb3b7e81d8cfce10cd847d02339bc6802bb935009a27e5eb2ed16f8535280d7abb4ce5b6d1a26c9b2f99f117 Test-Run-Plugin-ColorFileVerdicts-0.0124.tar.gz" +sha512sums="bd137a3c26737bb6868f3c7a37f6515d39b4809341b97ee3fc722380ed82a8d395ab24680ba7bec867efc92f594f667fb41af1cc94117a0bafe2fdb396dbc570 Test-Run-Plugin-ColorFileVerdicts-0.0125.tar.gz" |