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
822 B
Ruby
20 lines
822 B
Ruby
require 'buildsystems/perl'
|
|
|
|
class Perl_lwp_protocol_https < PERL
|
|
description 'Provide https support for LWP::UserAgent'
|
|
homepage 'https://metacpan.org/pod/LWP::Protocol::https'
|
|
version '6.14-perl5.40'
|
|
license 'GPL-1+ or Artistic'
|
|
compatibility 'all'
|
|
source_url 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz'
|
|
source_sha256 '59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a'
|
|
binary_compression 'tar.zst'
|
|
|
|
binary_sha256({
|
|
i686: 'd90c117d9d7623f9f5dbbd771b1811c4678ff48d2a05c98638120bb569aa10dc',
|
|
aarch64: '2b4ce7726cdf52eb3e1b41a0dbfcf5ba4ae9fdd7e1b2f0c012d70b37fe103e70',
|
|
armv7l: '2b4ce7726cdf52eb3e1b41a0dbfcf5ba4ae9fdd7e1b2f0c012d70b37fe103e70',
|
|
x86_64: 'bfa9383ea6cd33ec7903b8197999c08ac192a54b15dfc77fed8f2b5007d8542e'
|
|
})
|
|
end
|