uutils_coreutils: 0.6.0 → 0.7.0 (#14939)

* uutils_coreutils -> 0.7.0 in updater-uutils_coreutils-0.7.0

* Switch from release-fast to release-small.

As per https://github.com/uutils/coreutils/pull/10476 .

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-uutils_coreutils-0.7.0: Package File Update Run on linux/amd64 container.

* updater-uutils_coreutils-0.7.0: Package File Update Run on linux/arm/v7 container.

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-10 11:23:42 +11:00
committed by GitHub
parent dd294a553f
commit a0f8a7642e
3 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 24787743
# Total size: 24362264
/usr/local/bin/[
/usr/local/bin/arch
/usr/local/bin/b2sum

View File

@@ -1,4 +1,4 @@
# Total size: 28194103
# Total size: 28636000
/usr/local/bin/[
/usr/local/bin/arch
/usr/local/bin/b2sum

View File

@@ -6,7 +6,7 @@ require 'buildsystems/rust'
class Uutils_coreutils < RUST
description 'Cross-platform Rust rewrite of the GNU coreutils'
homepage 'https://github.com/uutils/coreutils'
version '0.6.0'
version '0.7.0'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/uutils/coreutils.git'
@@ -14,14 +14,14 @@ class Uutils_coreutils < RUST
binary_compression 'tar.zst'
binary_sha256({
aarch64: '97d9263242074252587bc0c95680c3c3bf840d2ef613311634bb52633061e186',
armv7l: '97d9263242074252587bc0c95680c3c3bf840d2ef613311634bb52633061e186',
x86_64: 'dea9c69cad75d984400e785070dd01d042edef0f36c8db7f29a1253c9b740bd0'
aarch64: '745b6b22bd31606649088aa8c4ac5114f01553e8042cb52c93a1bd5b1cc3c669',
armv7l: '745b6b22bd31606649088aa8c4ac5114f01553e8042cb52c93a1bd5b1cc3c669',
x86_64: '30ed1d7c33c46c2da25805df842579fcf770996e8446b58e908d098db7cd9f82'
})
depends_on 'acl' => :build
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gcc_lib' => :executable_only
depends_on 'glibc' => :executable_only
depends_on 'llvm_dev' => :build
depends_on 'rust' => :build
depends_on 'sphinx' => :build
@@ -29,7 +29,7 @@ class Uutils_coreutils < RUST
conflicts_ok # conflicts with coreutils, util_linux, zoneinfo
rust_features 'unix uudoc'
rust_release_profile 'release-fast'
rust_release_profile 'release-small'
rust_install_extras do
FileUtils.mkdir_p "#{CREW_DEST_PREFIX}/share/bash-completion/completions"