Skip to content

Commit

Permalink
chore: Add known checksums for rye 0.25.0 (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eifinger authored Feb 20, 2024
1 parent 18895b4 commit fdaec2d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 3 deletions.
6 changes: 6 additions & 0 deletions dist/save-cache/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/save-cache/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/setup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/update-checksums/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/update-checksums/index.js.map

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/checksums.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
// AUTOGENERATED_DO_NOT_EDIT
export const KNOWN_CHECKSUMS: {[key: string]: string} = {
'aarch64-linux-0.25.0':
'df58c4ec62d88c44ce64d27f1eb3690861cee321e9ec12e24cfa0ba39d827689',
'aarch64-macos-0.25.0':
'4f34bf3a71a362bcbe9ac16c7c701990bfcfc7088d6689f89443374a1e48ba1c',
'x86-windows-0.25.0':
'0c337a2454ca5b40c01d1d2f82d98cef71d0199bbe1c62b0e4ef8a73e013335a',
'x86_64-linux-0.25.0':
'f83aa17df98edd48c950b75cd470ac5892cc30ad205f84c26768be0d1189ceb7',
'x86_64-macos-0.25.0':
'9861dd0c7d0c187b959d1afcda4826502a4c0bba7a42523fc78114c9125102ba',
'x86_64-windows-0.25.0':
'e8430de0747bd0877013d4409c770df6fde73ecfd6565a52cc83dd1d0ec16a82',
'aarch64-linux-0.24.0':
'497206dbdd305dda61e74e7f11d3f26d0d6790d1e9200a39eac5be00e876c95f',
'aarch64-macos-0.24.0':
Expand Down

0 comments on commit fdaec2d

Please sign in to comment.