perl-try-tiny: add v0.31 (#36428)

This commit is contained in:
Alec Scott 2023-03-27 01:05:54 -07:00 committed by GitHub
parent b11febbbc9
commit 5b8f005962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,4 +12,5 @@ class PerlTryTiny(PerlPackage):
homepage = "https://metacpan.org/pod/Try::Tiny" homepage = "https://metacpan.org/pod/Try::Tiny"
url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz" url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz"
version("0.31", sha256="3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be")
version("0.28", sha256="f1d166be8aa19942c4504c9111dade7aacb981bc5b3a2a5c5f6019646db8c146") version("0.28", sha256="f1d166be8aa19942c4504c9111dade7aacb981bc5b3a2a5c5f6019646db8c146")