diff options
Diffstat (limited to 'scripts/generate-patches.pl.in')
-rwxr-xr-x | scripts/generate-patches.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-patches.pl.in b/scripts/generate-patches.pl.in index baa66369d078..9392ef5c75a9 100755 --- a/scripts/generate-patches.pl.in +++ b/scripts/generate-patches.pl.in @@ -6,7 +6,7 @@ use readmanifest; die unless scalar @ARGV == 5; -my $hashAlgo = "sha1"; +my $hashAlgo = "sha256"; my $cacheDir = $ARGV[0]; my $patchesDir = $ARGV[1]; |