Skip to content

Commit

Permalink
chore: update checksums (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: eifinger <1481961+eifinger@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eifinger authored Sep 4, 2024
1 parent 5db96a6 commit 162b8ac
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.4.3'
default: '0.4.4'
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.4.4':
'32746c58071378ae79d5965f546915cbe85e94845c87111d4209ec3437052cb6',
'aarch64-apple-darwin-0.4.4':
'3d2e48f405023e0a1762ad66336fd4e615928343c90023972bf3418fa5c829ae',
'aarch64-unknown-linux-gnu-0.4.4':
'f6851b5ef48caa066284b5522d153c49d55c310672962e7d0d8f2f4afab4a9b2',
'aarch64-unknown-linux-musl-0.4.4':
'803d1ec97d8b5a918d33f21673cf8183906d08c75acc0434fa15afb06b3dae9d',
'arm-unknown-linux-musleabihf-0.4.4':
'e1255b31c76764d67481b262d5d8dcf8e2b5d7bbfd46407267e3dd21bb1ee5c6',
'armv7-unknown-linux-gnueabihf-0.4.4':
'fbf8562f1a4fad1fcc030fb47621fee8935048ecc267919e9b1180b3e71f7b37',
'armv7-unknown-linux-musleabihf-0.4.4':
'9af2bffbdc4d25538130c864e2e58c9108e2bb231e5fc4890c0ea2a9f52f3681',
'i686-pc-windows-msvc-0.4.4':
'01ab40fb314e2a581023ecd727eccc153776cf97afbee5b921bd41110319642a',
'i686-unknown-linux-gnu-0.4.4':
'9cc0ca4d7ad6b35a1c181d2f5751ad0c955c51b1cd62ce8237e652f46752f1b4',
'i686-unknown-linux-musl-0.4.4':
'5397c1b4116fcc32c451dd0dca7114b58e78f952401bbf5d6279954b99d8c2aa',
'powerpc64-unknown-linux-gnu-0.4.4':
'7830e971425323fc58fe2eab4e800cafd4f67e25ca71c6bf81c0be0612b27744',
'powerpc64le-unknown-linux-gnu-0.4.4':
'79f047ef2860a5e2ec5751c88b39b83108da3d071b12433c1d48ff2d800c0a17',
'powerpc64le-unknown-linux-musl-0.4.4':
'bbdc878e609ccf1699b6e235bdde965bdd9ce60db34285aeef54276111e077ce',
's390x-unknown-linux-gnu-0.4.4':
'a541d3f1981eaa6f92cc982ae9b7a23983e0f28ff6dcc3076455e3a09132b2cf',
'x86_64-apple-darwin-0.4.4':
'618f6745b2ed50560cb4491bc852f235c65cea88fc665dee83d1875596618c6f',
'x86_64-pc-windows-msvc-0.4.4':
'dc7ee57fb214eafc0d3f5d211e2432b80c98d707bcc36552fdc16a609192fd65',
'x86_64-unknown-linux-gnu-0.4.4':
'c7c0a6804538e083bcfbc49c2cecf07c5aaf9fc31fdcfb4449c787d3a40c980b',
'x86_64-unknown-linux-musl-0.4.4':
'a72c31f068323803485b6f3f878eda5e7d17383df675123b0e56c2bb6aeaa586',
'undefined-0.4.3':
'05f11e1292e7bb7a6c6101990d04e8ab1e1ae0df2c58ee3c50b24751cac95554',
'aarch64-apple-darwin-0.4.3':
Expand Down

0 comments on commit 162b8ac

Please sign in to comment.