mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
* Perl 5.38.2 => 5.40.0 Perl_app_cpanminus 1.7046 => 1.7047 Perl_date_manip 6.91 => 6.95 Perl_glib 1.3293 => 1.3294 Perl_glib_object_introspection 0.050 => 0.051 Perl_http_date 6.05 => 6.06 Perl_http_request 6.44 => 6.46 Perl_io_file 1.51 => 1.55_01 Perl_io_socket_ssl 2.083 => 2.085 Perl_lwp_protocol_https 6.10 => 6.14 Perl_net_http 6.22 => 6.23 Perl_net_ssleay 1.92 => 1.94 Perl_pod_parser 1.66 => 1.67 Perl_stow 2.3.1 => 2.4.0 Perl_test_output 1.033 => 1.034 Perl_text_csv 2.02 => 2.04 Perl_xml_namespacesuport 1.12 => 1.12_9 Perl_xml_parser 2.46 => 2.47 * add binaries for successful builds Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust more packages to use buildsystems, remove binaries for no_compile_needed packages Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add more binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com>
20 lines
787 B
Ruby
20 lines
787 B
Ruby
require 'buildsystems/perl'
|
|
|
|
class Perl_uri < PERL
|
|
description 'Uniform Resource Identifiers (absolute and relative)'
|
|
homepage 'https://metacpan.org/pod/URI'
|
|
version '5.19-perl5.40'
|
|
license 'GPL PerlArtistic'
|
|
compatibility 'all'
|
|
source_url 'https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/URI-5.19.tar.gz'
|
|
source_sha256 '8fed5f819905c8a8e18f4447034322d042c3536b43c13ac1f09ba92e1a50a394'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
i686: '4ce90ee55cefda0811b939b46bbf93ab397ae74388ae9042f91d749a9b605115',
|
|
aarch64: '27db52f862cb79a9d36f21dedcb1e326b1e60d094beb33d91355126e3fac70a4',
|
|
armv7l: '27db52f862cb79a9d36f21dedcb1e326b1e60d094beb33d91355126e3fac70a4',
|
|
x86_64: '7e86ddc84a6ae56deb345a03fb1b162a6333c531bdff539306ea264a7717dae2'
|
|
})
|
|
end
|