Skip to content

Commit fe25129

Browse files
oschwaldclaude
andcommitted
Regenerate mise.lock with complete uv platform entries
The initial lock was written while the GitHub API was rate-limited, so the uv tool had no per-platform checksums and 'mise install --locked' failed. Regenerated so every platform is pinned. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d6d3ca8 commit fe25129

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

mise.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,31 @@ url = "https://github.com/astral-sh/python-build-standalone/releases/download/20
3535
[[tools.uv]]
3636
version = "0.11.15"
3737
backend = "aqua:astral-sh/uv"
38+
39+
[tools.uv."platforms.linux-arm64"]
40+
checksum = "sha256:6505075cec3f551fad4fe9026922967ff9c895c9f513c97682b24e7a1c9becd3"
41+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-musl.tar.gz"
42+
43+
[tools.uv."platforms.linux-arm64-musl"]
44+
checksum = "sha256:6505075cec3f551fad4fe9026922967ff9c895c9f513c97682b24e7a1c9becd3"
45+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-unknown-linux-musl.tar.gz"
46+
47+
[tools.uv."platforms.linux-x64"]
48+
checksum = "sha256:200ccf2f351849c5d6698714e7e7eb9ead1e8c097dbdbb43730e1a4e059ceb87"
49+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-musl.tar.gz"
50+
51+
[tools.uv."platforms.linux-x64-musl"]
52+
checksum = "sha256:200ccf2f351849c5d6698714e7e7eb9ead1e8c097dbdbb43730e1a4e059ceb87"
53+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-unknown-linux-musl.tar.gz"
54+
55+
[tools.uv."platforms.macos-arm64"]
56+
checksum = "sha256:7e5b336108f8576eda1939920ca0a805b4a9a3c3d3eb2f6140e38b7092fbe4f3"
57+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-aarch64-apple-darwin.tar.gz"
58+
59+
[tools.uv."platforms.macos-x64"]
60+
checksum = "sha256:42bca7cc879d117ed7139a0e26de8cab0b6f033ad439a32144f324d1f8580d8c"
61+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-apple-darwin.tar.gz"
62+
63+
[tools.uv."platforms.windows-x64"]
64+
checksum = "sha256:04b98d414a9000e25e5e0e7c9f53749e66b790cdaffc582829e6f58c544ee11c"
65+
url = "https://github.com/astral-sh/uv/releases/download/0.11.15/uv-x86_64-pc-windows-msvc.zip"

0 commit comments

Comments
 (0)