Skip to content

Commit

Permalink
get away from SHA-1, switch to SHA-512
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored and sebastianbergmann committed Aug 10, 2021
1 parent 27700b3 commit 0598f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
<arg value="--all" />
<arg value="--phar" />
<arg value="--hash" />
<arg value="SHA-1" />
<arg value="SHA-512" />
<arg value="--output" />
<arg path="${basedir}/build/artifacts/phpunit-library-${_version}.phar" />
<arg value="--template" />
Expand All @@ -394,7 +394,7 @@
<arg value="--nolower" />
<arg value="--phar" />
<arg value="--hash" />
<arg value="SHA-1" />
<arg value="SHA-512" />
<arg value="--output" />
<arg path="${basedir}/build/artifacts/phpunit-${_version}.phar" />
<arg value="--template" />
Expand Down

0 comments on commit 0598f58

Please sign in to comment.