mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
updater-libslirp-4.9.1 — libslirp → 4.9.1 (#12543)
* Add unbuilt libslirp to updater-libslirp-4.9.1 * updater-libslirp-4.9.1: Build Run on linux/arm/v7. * updater-libslirp-4.9.1: Build Run on linux/386. * updater-libslirp-4.9.1: Build Run on linux/amd64. * updater-libslirp-4.9.1: Package File Update Run on linux/386 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
2b51547d11
commit
c731101ab5
@@ -1,3 +1,4 @@
|
||||
# Total size: 331804
|
||||
/usr/local/include/slirp/libslirp-version.h
|
||||
/usr/local/include/slirp/libslirp.h
|
||||
/usr/local/lib/libslirp.so
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Total size: 488092
|
||||
/usr/local/include/slirp/libslirp-version.h
|
||||
/usr/local/include/slirp/libslirp.h
|
||||
/usr/local/lib/libslirp.so
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Total size: 467070
|
||||
/usr/local/include/slirp/libslirp-version.h
|
||||
/usr/local/include/slirp/libslirp.h
|
||||
/usr/local/lib64/libslirp.so
|
||||
|
||||
@@ -6,7 +6,7 @@ require 'buildsystems/meson'
|
||||
class Libslirp < Meson
|
||||
description 'General purpose TCP-IP emulator'
|
||||
homepage 'https://gitlab.freedesktop.org/slirp/libslirp'
|
||||
version '4.7.0'
|
||||
version '4.9.1'
|
||||
license 'BSD MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://gitlab.freedesktop.org/slirp/libslirp.git'
|
||||
@@ -14,13 +14,13 @@ class Libslirp < Meson
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '60e4b6b8f317dc288d85a36ed194d2211417446457fbab174ef84b76423d7047',
|
||||
armv7l: '60e4b6b8f317dc288d85a36ed194d2211417446457fbab174ef84b76423d7047',
|
||||
i686: '427a983deb897340d2ec30570efedb6d9c2072da5125f25ead6e63b11da67a1f',
|
||||
x86_64: 'bcfe4319c8f6902437cddc15a1dd96c0003dea68f754acad0a0160f499956ec7'
|
||||
aarch64: '4fa63df77df7cd28b9a39a7f3219eb00a2e22fbd04f2c3c92c593f3d4d47b41b',
|
||||
armv7l: '4fa63df77df7cd28b9a39a7f3219eb00a2e22fbd04f2c3c92c593f3d4d47b41b',
|
||||
i686: '17441583d015269d2da5cc721623f004d69865f7295db8bf295f91b25c18387f',
|
||||
x86_64: '5e6e736210fd46a2f676b03d5fbd66c6ce2aba651ac09cf4191e92b2f989c220'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'glib' # R
|
||||
depends_on 'glibc' # R
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user