Skip to content

Commit

Permalink
add known checksums for rye 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Oct 2, 2023
1 parent d3e0d3c commit 42e179e
Showing 1 changed file with 13 additions and 0 deletions.
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.14.0':
'eff31fe41152dcb0c43079f33e7c35fd4320c30928fa26ba44deef6583f27522',
'aarch64-macos-0.14.0':
'b19ff68bb63208e776f9002e23b548fcc605b215ca90a3847632ee9d28309e1c',
'x86-windows-0.14.0':
'6e2925f9c434458009d7dcccc36bf0a06ae009f51baf741713446bde80f985c4',
'x86_64-linux-0.14.0':
'007c01b1efa70f7d7d8d99f1705173dfbbf2427eef65e22c2fbe69c89ea3ca98',
'x86_64-macos-0.14.0':
'69949dd5c5e7acf951e5582548ba2d19321538667ec2c256cbbb69d14734d0f2',
'x86_64-windows-0.14.0':
'e3cb44ba8ce62de81ed90e35219cb96261523c55ab146a31ae1929e6463e8447',

'aarch64-linux-0.13.0':
'f09e4f0cc9114a1bc8b5f39f45fe7f20bb2c1b1a416afe4fdba02c5295f0d7df',
'aarch64-macos-0.13.0':
Expand Down

0 comments on commit 42e179e

Please sign in to comment.