Skip to content

Commit

Permalink
add known checksums for rye 0.16.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Dec 18, 2023
1 parent 5934e34 commit 5b24b10
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, oracle-aarch64]
rye-version: ['0.11.0', '0.12.0', '0.13.0', '0.14.0', '0.15.0', '0.15.1', '0.15.2']
rye-version: ['0.11.0', '0.12.0', '0.13.0', '0.14.0', '0.15.0', '0.15.1', '0.15.2', '0.16.0']
steps:
- uses: actions/checkout@v4
- name: Install specific version
Expand Down
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.16.0':
'b22de221a74179aafa4826d1f6b94fc2c67e886382e08e676c1cadd7a81656ef',
'aarch64-macos-0.16.0':
'eadf43cea2c56dfd7206ccdef3316d7716d1d154c60a524425bc2a3f4eb1c2ac',
'x86-windows-0.16.0':
'128f8dc1465d0f454efae14ca0b9554c2902242669d4ec66b2525fbb4401cca0',
'x86_64-linux-0.16.0':
'c1b1f0cf41801b10348074e7da1215ba95eadf1a45cad5a1345a5c70e2f183dd',
'x86_64-macos-0.16.0':
'60785f384d33135f6193b3255bf69ee2fbf2a25f7a65760e5ab74c77047745bb',
'x86_64-windows-0.16.0':
'0b8df5fda71ad88bdf69a3d0241156a0d7fa9b29a01e7eab68e16b1a760c5c35',

'aarch64-linux-0.15.2':
'42130f8ed85668cf42be71880c21c7b44068360acc2a4fc20833821c389ba806',
'aarch64-macos-0.15.2':
Expand Down

0 comments on commit 5b24b10

Please sign in to comment.