perl-extutils-makemaker: add v7.68 (#36311)

This commit is contained in:
Alec Scott 2023-03-22 00:29:52 -07:00 committed by GitHub
parent ff23a2a2ee
commit 49079d6f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ class PerlExtutilsMakemaker(PerlPackage):
homepage = "https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker" homepage = "https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker"
url = "http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.24.tar.gz" url = "http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.24.tar.gz"
version("7.68", sha256="270238d253343b833daa005fb57a3a5d8916b59da197698a632b141e7acad779")
version("7.24", sha256="416abc97c3bb2cc72bef28852522f2859de53e37bf3d0ae8b292067d78755e69") version("7.24", sha256="416abc97c3bb2cc72bef28852522f2859de53e37bf3d0ae8b292067d78755e69")
depends_on("perl@5.6.0:", type=("build", "run")) depends_on("perl@5.6.0:", type=("build", "run"))