perl-file-sharedir-install: add v0.14 (#36306)

This commit is contained in:
Alec Scott 2023-03-22 00:38:20 -07:00 committed by GitHub
parent 647bb5124e
commit 87c1cfaf03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PerlFileSharedirInstall(PerlPackage):
homepage = "https://metacpan.org/pod/File::ShareDir::Install"
url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz"
version("0.14", sha256="8f9533b198f2d4a9a5288cbc7d224f7679ad05a7a8573745599789428bc5aea0")
version("0.11", sha256="32bf8772e9fea60866074b27ff31ab5bc3f88972d61915e84cbbb98455e00cc8")
depends_on("perl-module-build", type="build")