mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
updater-sudo_rs-0.2.10 — sudo_rs → 0.2.10 (#13434)
* Add unbuilt sudo_rs to updater-sudo_rs-0.2.10 * updater-sudo_rs-0.2.10: Package File Update Run on linux/386 container. * updater-sudo_rs-0.2.10: Package File Update Run on linux/amd64 container. * updater-sudo_rs-0.2.10: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: satmandu <satmandu@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
498bacae4c
commit
8beb352cfb
@@ -1,4 +1,4 @@
|
||||
# Total size: 2175748
|
||||
# Total size: 2179844
|
||||
/usr/local/bin/su
|
||||
/usr/local/bin/sudo
|
||||
/usr/local/bin/visudo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2455876
|
||||
# Total size: 2436060
|
||||
/usr/local/bin/su
|
||||
/usr/local/bin/sudo
|
||||
/usr/local/bin/visudo
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 2482080
|
||||
# Total size: 2482344
|
||||
/usr/local/bin/su
|
||||
/usr/local/bin/sudo
|
||||
/usr/local/bin/visudo
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/rust'
|
||||
class Sudo_rs < RUST
|
||||
description 'A safety oriented and memory safe implementation of sudo and su written in Rust.'
|
||||
homepage 'https://github.com/trifectatechfoundation/sudo-rs'
|
||||
version '0.2.9'
|
||||
version '0.2.10'
|
||||
license 'Apache-2.0 AND MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/trifectatechfoundation/sudo-rs.git'
|
||||
@@ -14,10 +14,10 @@ class Sudo_rs < RUST
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '668805fc9cdbf651a1441d21cc2d756911520bf8f70a6ea28f722b6d7c8d2091',
|
||||
armv7l: '668805fc9cdbf651a1441d21cc2d756911520bf8f70a6ea28f722b6d7c8d2091',
|
||||
i686: '6a436f2e40835a5b360e9a4d1e96a75353b49fdbbf9cc8020eaca638b3c65626',
|
||||
x86_64: 'b34860df7fd4364b01fe43a084e49681be76368f6aef45280753ebaf6fd84264'
|
||||
aarch64: '08695b92aa36d0c7acbf4fd41dcbefcf806689e84f5049405a55d09413953d87',
|
||||
armv7l: '08695b92aa36d0c7acbf4fd41dcbefcf806689e84f5049405a55d09413953d87',
|
||||
i686: 'f7210dec62ea359a9b614e8ac74b8dbe6d85ee27b5c48bd33ee81ec8dcba7abc',
|
||||
x86_64: 'ca797bc8a9670fd6e23eb2df23e2f43fad0dbb563ae7637c1ccef1b233222208'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user