mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
uv -> 0.11.8 in updater-uv-0.11.8 — uv: 0.11.7 → 0.11.8 (#15881)
* uv -> 0.11.8 in updater-uv-0.11.8 * updater-uv-0.11.8: Package File Update Run on linux/386 container. * updater-uv-0.11.8: Package File Update Run on linux/amd64 container. * updater-uv-0.11.8: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
15fdf61e1f
commit
4bc2dfeb3e
@@ -1,3 +1,3 @@
|
||||
# Total size: 49674628
|
||||
# Total size: 49449468
|
||||
/usr/local/bin/uv
|
||||
/usr/local/bin/uvx
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Total size: 57645976
|
||||
# Total size: 57185020
|
||||
/usr/local/bin/uv
|
||||
/usr/local/bin/uvx
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Total size: 60334264
|
||||
# Total size: 60207288
|
||||
/usr/local/bin/uv
|
||||
/usr/local/bin/uvx
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Uv < Package
|
||||
description 'An extremely fast Python package and project manager, written in Rust.'
|
||||
homepage 'https://docs.astral.sh/uv/'
|
||||
version '0.11.7'
|
||||
version '0.11.8'
|
||||
license 'Apache-2.0, MIT'
|
||||
compatibility 'all'
|
||||
source_url({
|
||||
@@ -13,10 +13,10 @@ class Uv < Package
|
||||
x86_64: "https://releases.astral.sh/github/uv/releases/download/#{version}/uv-x86_64-unknown-linux-gnu.tar.gz"
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: '7aa9ddc128f58c0e667227feb84e0aac3bb65301604c5f6f2ab0f442aaaafd99',
|
||||
armv7l: '7aa9ddc128f58c0e667227feb84e0aac3bb65301604c5f6f2ab0f442aaaafd99',
|
||||
i686: '9c77e5b5f2ad4151c6dc29db5511af549e205dbd6e836e544c80ebfadd7a07ec',
|
||||
x86_64: '6681d691eb7f9c00ac6a3af54252f7ab29ae72f0c8f95bdc7f9d1401c23ea868'
|
||||
aarch64: 'b0674ede45b797362f34af0a75d6391e844992ae92a9c181a353e3892af4c325',
|
||||
armv7l: 'b0674ede45b797362f34af0a75d6391e844992ae92a9c181a353e3892af4c325',
|
||||
i686: '4a82441b70adc3886a4f9c29a1070f104ed73c7e68d14cfa6d6343a8ce0c4ccc',
|
||||
x86_64: '56dd1b66701ecb62fe896abb919444e4b83c5e8645cca953e6ddd496ff8a0feb'
|
||||
})
|
||||
|
||||
no_compile_needed
|
||||
|
||||
Reference in New Issue
Block a user