mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
'update-conmon' (#13749)
* Conmon 2.1.5 => 2.1.13 * update-conmon: Package File Update Run on linux/amd64 container. * update-conmon: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@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
a34825bffb
commit
eaddc9fe5a
@@ -1,3 +1,3 @@
|
|||||||
# Total size: 33371
|
# Total size: 142852
|
||||||
/usr/local/bin/conmon
|
/usr/local/bin/conmon
|
||||||
/usr/local/share/man/man8/conmon.8.zst
|
/usr/local/share/man/man8/conmon.8.zst
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Total size: 143735
|
# Total size: 145632
|
||||||
/usr/local/bin/conmon
|
/usr/local/bin/conmon
|
||||||
/usr/local/share/man/man8/conmon.8.zst
|
/usr/local/share/man/man8/conmon.8.zst
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ require 'package'
|
|||||||
class Conmon < Package
|
class Conmon < Package
|
||||||
description 'OCI container runtime monitor'
|
description 'OCI container runtime monitor'
|
||||||
homepage 'https://github.com/containers/conmon'
|
homepage 'https://github.com/containers/conmon'
|
||||||
version '2.1.5'
|
version '2.1.13'
|
||||||
license 'APACHE'
|
license 'APACHE'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://github.com/containers/conmon.git'
|
source_url 'https://github.com/containers/conmon.git'
|
||||||
@@ -14,14 +14,15 @@ class Conmon < Package
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '8e68f638ccb5491eea954ee2ca7092544d8ac8920eb301fddc310ad5ca66abc8',
|
aarch64: '44765056e635186d2346c667a628c3e6c35ab96f145c5fe732519ea334024be9',
|
||||||
armv7l: '8e68f638ccb5491eea954ee2ca7092544d8ac8920eb301fddc310ad5ca66abc8',
|
armv7l: '44765056e635186d2346c667a628c3e6c35ab96f145c5fe732519ea334024be9',
|
||||||
x86_64: '7bdddbdb011d0848c8e5e4d1ff7c209a803e1e722cf729d56b7331c6c2f1f67f'
|
x86_64: '282e880b018ce286885eb4be27b24634b2ae6b7f88356a81befcfb1405357200'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'glibc' # R
|
|
||||||
depends_on 'glib' # R
|
depends_on 'glib' # R
|
||||||
|
depends_on 'glibc' # R
|
||||||
depends_on 'go_md2man' => :build
|
depends_on 'go_md2man' => :build
|
||||||
|
depends_on 'libseccomp' # R
|
||||||
depends_on 'runc' # L
|
depends_on 'runc' # L
|
||||||
|
|
||||||
def self.patch
|
def self.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user