aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2024-03-16 07:09:27 +0000
committerAndy Postnikov <apostnikov@gmail.com>2024-03-16 12:42:01 +0000
commitbdd3f70064a3fa3fab63651ef808698f5663e9c9 (patch)
treeb46c3b827c0dcdcc1522417a9f66fdc2631acf1a
parentd53d4fe61b4fd3f1b8cadb12457bf9b5ac5975a1 (diff)
community/perl-ppi: upgrade to 1.278
* https://github.com/Perl-Critic/PPI/blob/master/Changes
-rw-r--r--community/perl-ppi/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/perl-ppi/APKBUILD b/community/perl-ppi/APKBUILD
index f9e2ab82828..d49579d8568 100644
--- a/community/perl-ppi/APKBUILD
+++ b/community/perl-ppi/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=perl-ppi
-pkgver=1.277
+pkgver=1.278
pkgrel=0
pkgdesc="Parse, Analyze and Manipulate Perl (without perl)"
url="https://metacpan.org/pod/PPI"
@@ -10,7 +10,7 @@ license="Artistic-1.0-Perl"
depends="perl-clone perl-params-util perl-task-weaken"
checkdepends="perl-class-inspector perl-test-deep perl-test-object perl-test-subcalls"
subpackages="$pkgname-doc"
-source="https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/PPI-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/PPI-$pkgver.tar.gz"
builddir="$srcdir/PPI-$pkgver"
build() {
@@ -30,5 +30,5 @@ package() {
}
sha512sums="
-9d0c0721640d59010027bdb0afedd8589902030c50522e7309b9a53c41ae3dd29e3f0e78c83ae943f1c6d71bfacb34d96caa882d869f97a03ca56377d18b37e8 PPI-1.277.tar.gz
+0b63a9d983544b12b33d1207326fa1a3700720067242198b50ea452a988d85f3a96e44f22eaa79e542af81dbe7f98d8dea9335e4ccfd69a1e911ac017f3caa8e PPI-1.278.tar.gz
"