diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/perl-posix-strftime-compiler/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/perl-posix-strftime-compiler/APKBUILD b/main/perl-posix-strftime-compiler/APKBUILD index 39f06d2d76..ba1b0bc932 100644 --- a/main/perl-posix-strftime-compiler/APKBUILD +++ b/main/perl-posix-strftime-compiler/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-posix-strftime-compiler _pkgreal=POSIX-strftime-Compiler -pkgver=0.40 +pkgver=0.41 pkgrel=0 pkgdesc="GNU C library compatible strftime for loggers and servers" url="http://search.cpan.org/dist/POSIX-strftime-Compiler/" @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="" cpanmakedepends=" " depends="$cpandepends tzdata" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/K/KA/KAZEBURO/$_pkgreal-$pkgver.tar.gz musl-fix.patch @@ -43,9 +43,9 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="6b6fb6e767c42443c0bf91ccd82e34d3 POSIX-strftime-Compiler-0.40.tar.gz +md5sums="3cb849778e00f5d3894e7e78c2e629ce POSIX-strftime-Compiler-0.41.tar.gz d484ef159d6abdc6aa4d7dd0f19d54a8 musl-fix.patch" -sha256sums="7b4abbe793acc920b10ed14f9e430c69ef778e28fd59e4046d6c35d1c24b6c99 POSIX-strftime-Compiler-0.40.tar.gz +sha256sums="670b89e11500f3808c9e21b1c300089622f68906ff12b1cbfba8e30d3a1c3739 POSIX-strftime-Compiler-0.41.tar.gz 543a8537eae03003de95f035e67b7625005280c3df62557e885ea7a519583d3c musl-fix.patch" -sha512sums="f646636cc03faac5b14c6b0c2f49292bb85c05d4d244f1d0c8e123885780a14ac2b1a12903883b8c41d056315b0a4928a2d3901dcde585a2bbde72bd61538204 POSIX-strftime-Compiler-0.40.tar.gz +sha512sums="b613de3fb332313318cca8a6c8912b64e9dac702d5681d252dc8eb919c7b102354ad25f60b537cdfa66203e01826b34a5a349a2fac856a6affb40d5f160725fe POSIX-strftime-Compiler-0.41.tar.gz b9615f0453548dab8d663abdb7fe5fd9a5a6db2fbbeb38de22c65859db5e7dcd90c46837297886737fda64a6d11bc4ab06ed51a45c2fccb9fcda5cf10abacd8b musl-fix.patch" |