diff options
author | Timothy Legge <timlegge@gmail.com> | 2021-06-04 21:58:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-06-05 06:20:20 +0000 |
commit | 0316d7b851ab71e92bf0f7ef6818230dcb322473 (patch) | |
tree | ab0cc48b13802b6f2ed9c3d2354b5434dd7e678e | |
parent | 8b1d6a813eb1264c1c2844f25494066994f26c48 (diff) | |
download | aports-0316d7b851ab71e92bf0f7ef6818230dcb322473.tar.gz aports-0316d7b851ab71e92bf0f7ef6818230dcb322473.tar.bz2 aports-0316d7b851ab71e92bf0f7ef6818230dcb322473.tar.xz |
community/perl-extutils-cppguess: upgrade to 0.23
-rw-r--r-- | community/perl-extutils-cppguess/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-extutils-cppguess/APKBUILD b/community/perl-extutils-cppguess/APKBUILD index de5735d5c86..ee73a82e564 100644 --- a/community/perl-extutils-cppguess/APKBUILD +++ b/community/perl-extutils-cppguess/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-extutils-cppguess #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=ExtUtils-CppGuess -pkgver=0.22 +pkgver=0.23 pkgrel=0 pkgdesc="guess C++ compiler and flags" url="https://metacpan.org/release/ExtUtils-CppGuess/" @@ -34,5 +34,5 @@ package() { } sha512sums=" -a509f54089488a0e149e3bbb483e83d7a5af0777441c2b2ac05383a21bd2f7174c41689062e1c9193dcaf2d2a605621faf9e1bba9ab308353218d4556c41c2dc ExtUtils-CppGuess-0.22.tar.gz +f984f653cffd6288851af3e353532f369d229a8b903f8e0ba7c1a5e9d8bd1b63c3415403b45bf1e8c32dc5c330ed26d1351e37929bd22af271ac295adce737f9 ExtUtils-CppGuess-0.23.tar.gz " |