Skip to content

Commit 6243217

Browse files
committed
Update astral-sh/uv to 0.10.7
1 parent 668066b commit 6243217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
matchFileNames: [".github/workflows/**"],
5151
postUpgradeTasks: {
5252
commands: [
53-
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.10.4/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 6b52a47358deea1c5e173278bf46b2b489747a59ae31f2a4362ed5c6c1c269f7 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
53+
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.10.7/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 9ac6cee4e379a5abfca06e78a777b26b7ba1f81cb7935b97054d80d85ac00774 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
5454
],
5555
fileFilters: [".github/workflows/**"],
5656
executionMode: "update",
@@ -172,7 +172,7 @@
172172
customType: "regex",
173173
fileMatch: ["renovate\\.json5$"],
174174
matchStrings: [
175-
// Matches: uv/releases/download/0.10.4/
175+
// Matches: uv/releases/download/0.10.7/
176176
"uv/releases/download/(?<currentValue>[0-9.]+)/",
177177
],
178178
depNameTemplate: "astral-sh/uv",

repomatic/data/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
matchFileNames: [".github/workflows/**"],
5050
postUpgradeTasks: {
5151
commands: [
52-
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.10.4/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 6b52a47358deea1c5e173278bf46b2b489747a59ae31f2a4362ed5c6c1c269f7 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
52+
"bash -c 'curl -fsSL https://github.com/astral-sh/uv/releases/download/0.10.7/uv-x86_64-unknown-linux-gnu.tar.gz --output /tmp/uv.tar.gz && echo 6b52a47358deea1c5e173278bf46b2b489747a59ae31f2a4362ed5c6c1c269f7 /tmp/uv.tar.gz | sha256sum --check && tar xzf /tmp/uv.tar.gz --strip-components=1 -C /tmp && /tmp/uvx --no-progress --from . repomatic update-checksums {{{packageFile}}}'",
5353
],
5454
fileFilters: [".github/workflows/**"],
5555
executionMode: "update",

0 commit comments

Comments
 (0)