Skip to content

Commit

Permalink
chore: update checksums (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: eifinger <[email protected]>
  • Loading branch information
github-actions[bot] and eifinger authored Aug 25, 2024
1 parent 332ac35 commit 19a0b38
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: 'eifinger'
inputs:
version:
description: 'The version of uv to install'
default: '0.3.2'
default: '0.3.3'
checksum:
description: 'The checksum of the uv version to install'
required: false
Expand Down
18 changes: 18 additions & 0 deletions dist/setup/index.js

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

36 changes: 36 additions & 0 deletions src/download/checksum/known-checksums.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
// AUTOGENERATED_DO_NOT_EDIT
export const KNOWN_CHECKSUMS: {[key: string]: string} = {
'undefined-0.3.3':
'40a3283f6a16c73342f5cba24f7c1395f17712dadeb1d87b0e354a331229ac4e',
'aarch64-apple-darwin-0.3.3':
'a8e6593f5f787823de4c0509af030b0327b536903044c77c9e61941e0032def7',
'aarch64-unknown-linux-gnu-0.3.3':
'a0815f3950be714b4d32efacecf32cb33b2857f837fe9cda56b717d69a33851b',
'aarch64-unknown-linux-musl-0.3.3':
'47f6794a78e3ae62c27bd19d347b30362f3aa7466eb1767c10bbc5ddd015208e',
'arm-unknown-linux-musleabihf-0.3.3':
'90384cd65b755d3e60cbe21c2b991a1ddb03e42649d8598248b782d66fb41135',
'armv7-unknown-linux-gnueabihf-0.3.3':
'bf4e8c2d1137959dc2271190e036f9046ea95e82ef3af948ec9bf6a8e4ed4c45',
'armv7-unknown-linux-musleabihf-0.3.3':
'92578e0da2b2fff1002a70d217d54b3b1a37be424bbe91b03aa0ee1ec233d54f',
'i686-pc-windows-msvc-0.3.3':
'7184333831c6608f395c600ac2bb98890babf38fcea48eee8a9fe5e3a8c81bcb',
'i686-unknown-linux-gnu-0.3.3':
'11f0071666d5dd10255c73a80938eb573d7d080203c3f6b7f13ddbc9054cbad9',
'i686-unknown-linux-musl-0.3.3':
'de74c76c0c03a2a9638276d46c2fae14d732679a011600e5d361c880124a9aef',
'powerpc64-unknown-linux-gnu-0.3.3':
'6bd8a0cb576b49a25f57dc3f602f1caa1e37a60c602d0f170809af78fd66c55d',
'powerpc64le-unknown-linux-gnu-0.3.3':
'd9d6db9f3ffcedfd8a29a8f18af3fb09fd639fbdb33c2cb58b2bf5e428942269',
'powerpc64le-unknown-linux-musl-0.3.3':
'cd7d6199b1682d0348b3411f094e653e132a2c78ed39424ebc3278f78b51d0e1',
's390x-unknown-linux-gnu-0.3.3':
'bc941ccd12529957eff13882cc8f2f37b5a47a4ab80ea67ba5444778764efec5',
'x86_64-apple-darwin-0.3.3':
'be1cdcdee3d91402d259c34b756a42beaafe7bb93567bb5d48c7fdcf799e423b',
'x86_64-pc-windows-msvc-0.3.3':
'742f3c5aefd0966c38705b0439641c390aef290e8ea007496ac83fcb825203a6',
'x86_64-unknown-linux-gnu-0.3.3':
'729da13410ba857c6e258753c4fabcccc39d32801fea7f5149997e9f88b27b3d',
'x86_64-unknown-linux-musl-0.3.3':
'8c7a7bf83bbe25bc5e5d7d41cc5f58148a8b577a298cd91ea9173b4e612bafda',
'undefined-0.3.2':
'1aadddb260b5a9f3d44f5832a834b55a6fd1573bb657d62759495dcdbe212507',
'aarch64-apple-darwin-0.3.2':
Expand Down

0 comments on commit 19a0b38

Please sign in to comment.