perl-file-which: update to 1.27

This commit is contained in:
Biswapriyo Nath 2024-09-03 12:49:38 +00:00
parent e466237c5f
commit 861aabbd47

View File

@ -4,12 +4,12 @@ _perlname=File-Which
_realname="${_perlname,,}"
pkgbase=mingw-w64-perl-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-perl-${_realname}")
pkgver=1.24
pkgrel=4
pkgver=1.27
pkgrel=1
pkgdesc="Perl implementation of the which utility as an API (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://metacpan.org/release/${_perlname}"
url="https://metacpan.org/dist/${_perlname}"
license=('perl_5')
groups=("${MINGW_PACKAGE_PREFIX}-perl-modules")
depends=(
@ -24,7 +24,7 @@ source=(
"https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/${_perlname}-${pkgver}.tar.gz"
"patchmakefile.py"
)
sha512sums=('bf4c273e242a2fb3839d35369c12bf9f917cf6e2356293c9a2efe7e603cada0c941c916138277cf8aa7ffbd2adf5e3d570ce6cfbf5deee346cae57375e60abc2'
sha512sums=('8a6164c4af915e93924b1d62864e492b1c5067856e505c50b9a5cce0600d73bdcda5f7e35a9f37134d9e89949b45bbd0a5426cb56121604aea1a3cfe48d55e5c'
'd7ec5ba4a3d75f674f4028e8a53bc4177ab71a379bc63affebf910e1d5a0e491b6642318218b55ddc4d90e0125d61e4b97626782af57d44522bcb5543fb21cb2')
build() {