Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / perl-module-pluggable
Commits: d154fda7 by Antonio Rojas at 2024-12-15T22:16:02+01:00 upgpkg: 6.2-1: Update to 6.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,15 @@ pkgbase = perl-module-pluggable pkgdesc = automatically give your module the ability to have plugins - pkgver = 5.2 - pkgrel = 11 + pkgver = 6.2 + pkgrel = 1 url = https://metacpan.org/release/Module-Pluggable arch = any license = PerlArtistic license = GPL depends = perl options = !emptydirs - source = https://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz - md5sums = 87ce2971662efd0b69a81bb4dc9ea76c - sha512sums = 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 + source = https://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-6.2.tar.gz + md5sums = 02051fa6f1473a067276ca2e26e3da45 + sha512sums = 3d4b046d105406b7b4cbf66387603321f28cb7e1df6bf9d90c3762f1a1d44b8aed532591098fb158c49678a23d2ee8166d58b0badcaa072ba7bb96b4deb5e07c pkgname = perl-module-pluggable ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Florian Pritz <bluew...@xinu.at> pkgname=perl-module-pluggable -pkgver=5.2 -pkgrel=11 +pkgver=6.2 +pkgrel=1 pkgdesc='automatically give your module the ability to have plugins' arch=('any') license=('PerlArtistic' 'GPL') @@ -11,8 +11,8 @@ options=('!emptydirs') depends=('perl') url='https://metacpan.org/release/Module-Pluggable' source=("https://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-$pkgver.tar.gz") -md5sums=('87ce2971662efd0b69a81bb4dc9ea76c') -sha512sums=('7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5') +md5sums=('02051fa6f1473a067276ca2e26e3da45') +sha512sums=('3d4b046d105406b7b4cbf66387603321f28cb7e1df6bf9d90c3762f1a1d44b8aed532591098fb158c49678a23d2ee8166d58b0badcaa072ba7bb96b4deb5e07c') _ddir="Module-Pluggable-$pkgver" build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-module-pluggable/-/commit/d154fda73c2796775716375913257552a036ce99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-module-pluggable/-/commit/d154fda73c2796775716375913257552a036ce99 You're receiving this email because of your account on gitlab.archlinux.org.