updater-mm_common-1.0.7 — mm_common → 1.0.7 (#12529)

* Add unbuilt mm_common to updater-mm_common-1.0.7

* updater-mm_common-1.0.7: Build Run on linux/arm/v7.

* updater-mm_common-1.0.7: Build Run on linux/amd64.

* updater-mm_common-1.0.7: Package File Update Run on linux/amd64 container.

* updater-mm_common-1.0.7: Build Run on linux/arm/v7.

* updater-mm_common-1.0.7: Build Run on linux/amd64.

* updater-mm_common-1.0.7: Package File Update Run on linux/amd64 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:
chromebrew-actions[bot]
2025-08-17 20:08:28 -05:00
committed by GitHub
parent acca74734c
commit 791788fbd8
3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# Total size: 3785978
/usr/local/bin/mm-common-get
/usr/local/bin/mm-common-prepare
/usr/local/share/aclocal/mm-ax_cxx_compile_stdcxx.m4

View File

@@ -1,3 +1,4 @@
# Total size: 3785986
/usr/local/bin/mm-common-get
/usr/local/bin/mm-common-prepare
/usr/local/share/aclocal/mm-ax_cxx_compile_stdcxx.m4

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Mm_common < Meson
description 'Common build files of the C++ bindings'
homepage 'https://www.gtkmm.org/'
version '1.0.6'
version '1.0.7'
license 'GPL-2'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/mm-common.git'
@@ -11,9 +11,9 @@ class Mm_common < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f8b0fbe6c4799067b98692ed83037174fbd80c2f8c6d3221ce80ceda1a8dacf2',
armv7l: 'f8b0fbe6c4799067b98692ed83037174fbd80c2f8c6d3221ce80ceda1a8dacf2',
x86_64: 'e9d214226761bd729f5a26d875c217973c53336f48c9028d962bfff5e79845fe'
aarch64: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
armv7l: '8ddca6353d6b5db344516daa86b1d49bc2a61f9431f32fcfee26ab08a85e7a0b',
x86_64: 'bea3f846e57af0a970adb5875bc9953864059e744a933ad035738d0e3b519ea7'
})
gnome