mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
'mm_common' (#13984)
* Fix compatibility for mm_common * mm_common: Package File Update Run on linux/386 container. --------- Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8b3f619d94
commit
b53f56e3a0
@@ -1,3 +1,4 @@
|
|||||||
|
# Total size: 3785966
|
||||||
/usr/local/bin/mm-common-get
|
/usr/local/bin/mm-common-get
|
||||||
/usr/local/bin/mm-common-prepare
|
/usr/local/bin/mm-common-prepare
|
||||||
/usr/local/share/aclocal/mm-ax_cxx_compile_stdcxx.m4
|
/usr/local/share/aclocal/mm-ax_cxx_compile_stdcxx.m4
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ class Mm_common < Meson
|
|||||||
homepage 'https://www.gtkmm.org/'
|
homepage 'https://www.gtkmm.org/'
|
||||||
version '1.0.7'
|
version '1.0.7'
|
||||||
license 'GPL-2'
|
license 'GPL-2'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'all'
|
||||||
source_url 'https://gitlab.gnome.org/GNOME/mm-common.git'
|
source_url 'https://gitlab.gnome.org/GNOME/mm-common.git'
|
||||||
git_hashtag version
|
git_hashtag version
|
||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
@@ -13,6 +13,7 @@ class Mm_common < Meson
|
|||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
|
aarch64: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
|
||||||
armv7l: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
|
armv7l: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
|
||||||
|
i686: '30f788ba6c01256bdb9f75647f2167fa942d27b799d8297ae50cd26c0c4329bf',
|
||||||
x86_64: 'bea3f846e57af0a970adb5875bc9953864059e744a933ad035738d0e3b519ea7'
|
x86_64: 'bea3f846e57af0a970adb5875bc9953864059e744a933ad035738d0e3b519ea7'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user