Skip to content

Commit

Permalink
fix: update checksums of cosign (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Feb 12, 2025
1 parent 6decc70 commit 428f0a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/cosign/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ const Version = "v2.4.2"

func Checksums() map[string]string {
return map[string]string{
"darwin/amd64": "666032CA283DA92B6F7953965688FD51200FDC891A86C19E05C98B898EA0AF4E",
"darwin/arm64": "13343856B69F70388C4FE0B986A31DDE5958E444B41BE22D785D3DC5E1A9CC62",
"linux/amd64": "8B24B946DD5809C6BD93DE08033BCF6BC0ED7D336B7785787C080F574B89249B",
"linux/arm64": "3B2E2E3854D0356C45FE6607047526CCD04742D20BD44AFB5BE91FA2A6E7CB4A",
"windows/amd64": "8D57F8A42A981D27290C4227271FA9F0F62CA6630EB4A21D316BD6B01405B87C",
"darwin/amd64": "2697ABA2D9EA5159B8F209025CFC392A8A25CE177C8D3B0E07AFD4E1DB3B163C",
"darwin/arm64": "F9A574C1AB208918A0D96FFCA7A105DFB32792F6C33E0DA2DBEFB76E25600AB8",
"linux/amd64": "E7F5BD99A790703333E8F8E8E6C91D5E646F3D7041E4CF935B56587DE20CEC3F",
"linux/arm64": "9AB2A932190161D67B9FCDA81777E28086B2152C7D506A0E2F83DBB3FD7E2B1C",
"windows/amd64": "996E6B5E0CA712C3A2C0E182AEE957B85DF1EBA69BABAAE8A6349C0BCE0088DB",
}
}

0 comments on commit 428f0a2

Please sign in to comment.