Skip to content

Commit 40b71e0

Browse files
committed
downloader for dlls was missing a "flat"
symptom was "couldn't parse url http://blah HASHHASHHASH
1 parent ce23d99 commit 40b71e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Build is Panda::Builder {
7979
"40F6EDE85DB0A1E2F4BA67693B7DC8B74AFFBFAB3B92B99F6B2CEFACBBF7FF6D",
8080
"4F1032F0D7F6F0C2046A96884FD48EC0F7C0A1E22C85E9076057756C4C48E0CB",
8181
"5A697F89758B407EE85BAD35376546A80520E1F3092D07F1BC366A490443FAB5");
82-
for @files Z @hashes -> $f, $h {
82+
for flat @files Z @hashes -> $f, $h {
8383
say "Fetching " ~ $f;
8484
my $blob = LWP::Simple.get('http://gtk-dlls.p6c.org/' ~ $f);
8585
say "Writing " ~ $f;

0 commit comments

Comments
 (0)