1Alien::Build::Plugin::DUisgeerstC(o3n)tributed Perl DocuAmleinetna:t:iBounild::Plugin::Digest(3)
2
3
4
6 Alien::Build::Plugin::Digest - Fetch Alien::Digest plugins
7
9 version 2.80
10
12 use alienfile;
13 share {
14 start_url 'http://ftp.gnu.org/gnu/make/make-3.75.tar.gz';
15 plugin 'Digest' => [ SHA256 => '2bc876304905aee78abf0f7163ba55a2efcec803034f75c75d1b94650c36aba7';
16 plugin 'Download';
17 };
18
20 Digest plugins checks the cryptographic signatures of downloaded files.
21 Typically you will probably want to use SHA256 via the Digest
22 Negotiator plugin.
23
24 Alien::Build::Plugin::Digest::Negotiate
25 Negotiate the most appropriate plugin to calculate digest.
26
27 Alien::Build::Plugin::Digest::SHA
28 Use the XS based Digest::SHA for computing SHA digests. This is
29 the default since Digest::SHA comes with recent versions of Perl.
30
32 Alien::Build, Alien::Build::Plugin
33
35 Author: Graham Ollis <plicease@cpan.org>
36
37 Contributors:
38
39 Diab Jerius (DJERIUS)
40
41 Roy Storey (KIWIROY)
42
43 Ilya Pavlov
44
45 David Mertens (run4flat)
46
47 Mark Nunberg (mordy, mnunberg)
48
49 Christian Walde (Mithaldu)
50
51 Brian Wightman (MidLifeXis)
52
53 Zaki Mughal (zmughal)
54
55 mohawk (mohawk2, ETJ)
56
57 Vikas N Kumar (vikasnkumar)
58
59 Flavio Poletti (polettix)
60
61 Salvador Fandiño (salva)
62
63 Gianni Ceccarelli (dakkar)
64
65 Pavel Shaydo (zwon, trinitum)
66
67 Kang-min Liu (劉康民, gugod)
68
69 Nicholas Shipp (nshp)
70
71 Juan Julián Merelo Guervós (JJ)
72
73 Joel Berger (JBERGER)
74
75 Petr Písař (ppisar)
76
77 Lance Wicks (LANCEW)
78
79 Ahmad Fatoum (a3f, ATHREEF)
80
81 José Joaquín Atria (JJATRIA)
82
83 Duke Leto (LETO)
84
85 Shoichi Kaji (SKAJI)
86
87 Shawn Laffan (SLAFFAN)
88
89 Paul Evans (leonerd, PEVANS)
90
91 Håkon Hægland (hakonhagland, HAKONH)
92
93 nick nauwelaerts (INPHOBIA)
94
95 Florian Weimer
96
98 This software is copyright (c) 2011-2022 by Graham Ollis.
99
100 This is free software; you can redistribute it and/or modify it under
101 the same terms as the Perl 5 programming language system itself.
102
103
104
105perl v5.36.1 2023-05-15 Alien::Build::Plugin::Digest(3)