Skip to content

Commit

Permalink
add known checksums for rye 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 4, 2023
1 parent 2305248 commit f711009
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']
rye-version: ['0.11.0', '0.12.0', '0.13.0', '0.14.0', '0.15.0', '0.15.1', '0.15.2']
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.15.2':
'42130f8ed85668cf42be71880c21c7b44068360acc2a4fc20833821c389ba806',
'aarch64-macos-0.15.2':
'f40373e757abf2ac2bcd5ad3e6b05bd9e8da0a47f30e10e4503f4908a32f5063',
'x86-windows-0.15.2':
'a494db45bc5e4d02b39be81d9c093cb0bb97cdced24fa041f37641db7a344e52',
'x86_64-linux-0.15.2':
'e649a4c95f459669023b78aba934fde6d98f2be646108070a23b7a5f651d7a01',
'x86_64-macos-0.15.2':
'f3284498077c10c367c35ab2ea0c19f6e9f75d97a51eff633b9479203f0791be',
'x86_64-windows-0.15.2':
'4e57a8b9856550d30c7fcba5b7a43abea68996e59f4cfb568e5f617cf9aad657',

'aarch64-linux-0.15.1':
'bfde03a365a34a706e12a6183f0736fa3ff987e430be8356129b990c0458cbed',
'aarch64-macos-0.15.1':
Expand Down

0 comments on commit f711009

Please sign in to comment.