Skip to content

Commit

Permalink
add known checksums for rye 0.17.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Jan 16, 2024
1 parent 5b24b10 commit 0a4ce23
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 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.

13 changes: 13 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ export const REPO = 'rye'
export const OWNER = 'mitsuhiko'

export const KNOWN_CHECKSUMS: {[key: string]: string} = {
'aarch64-linux-0.17.0':
'61d3f2b281d3e5f8a43eb24dd03fb32a8692ba3b2c22802e8d4052a53408b21c',
'aarch64-macos-0.17.0':
'8b5b7bfb2653d9ae2e397938c4c7ec45426154d5dfccf650a5cfe78073c979c6',
'x86-windows-0.17.0':
'f509b153bd92b92f1979bc452f9a174dee9ee0681ef73f71b918dd28f424e0cd',
'x86_64-linux-0.17.0':
'92a3f3727ea71c524a8a193fdc3bce6cc0588baf4510170423188ec8c4df23b1',
'x86_64-macos-0.17.0':
'f25c47662d3c6dd606a35fee631a3755e71939048755782ea584e2fe1eda59b9',
'x86_64-windows-0.17.0':
'8980175c67413f8a458a5b9c84afde8bbbdfbadb035894a28a0005c66464e7ae',

'aarch64-linux-0.16.0':
'b22de221a74179aafa4826d1f6b94fc2c67e886382e08e676c1cadd7a81656ef',
'aarch64-macos-0.16.0':
Expand Down

0 comments on commit 0a4ce23

Please sign in to comment.