Files
chromebrew/packages/perl_http_request.rb
Ed Reel 117a95ad6d Perl 5.38.2 => 5.40.0 (#9964)
* 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>
2024-06-15 01:12:08 -05:00

20 lines
789 B
Ruby

require 'buildsystems/perl'
class Perl_http_request < PERL
description 'HTTP style request message'
homepage 'https://metacpan.org/pod/HTTP::Request'
version '6.46-perl5.40'
license 'GPL-1+ or Artistic'
compatibility 'all'
source_url 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.46.tar.gz'
source_sha256 'e27443434150d2d1259bb1e5c964429f61559b0ae34b5713090481994936e2a5'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0586f35dc60804921201d76639a33312b67d61e500254352fa8fc42d6b2a0da1',
armv7l: '0586f35dc60804921201d76639a33312b67d61e500254352fa8fc42d6b2a0da1',
i686: '251184391943dd3fb28cb364f66ff2d58264e0d08f3df99cd7e06fc513d9b897',
x86_64: '21f055b784e8515c4922098c3fa4f13e6ad5cb3c5a5d46b79109dc1ed3c86c3c'
})
end