Skip to content

Commit

Permalink
fix(mavend): fix Mavend sha256 hash for windows-amd64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Dec 18, 2023
1 parent d6eaac7 commit 54cbe60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jib/src/mavend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const mvndSpec = {
},
windows: {
filename: `maven-mvnd-${mvndVersion}-windows-amd64.zip`,
sha256: "7ddf8204f39ba72e55618cac31cae2ac917ea4f9b74ee3bc808bf5d210139420",
sha256: "07205da7f84db53fdffc55079b817789267b661f39978a2b2ad4f2584dc812ba",
targetPath: `maven-mvnd-${mvndVersion}-windows-amd64/bin/mvnd.cmd`,
},
}
Expand Down

0 comments on commit 54cbe60

Please sign in to comment.