'updater-bitmap-1.1.2' (#14307)

* Add unbuilt bitmap to updater-bitmap-1.1.2

* updater-bitmap-1.1.2: Package File Update Run on linux/amd64 container.

* updater-bitmap-1.1.2: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@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]
2026-01-26 01:32:36 +00:00
committed by GitHub
parent b6fa53060d
commit 672a8a7b15
3 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 83785
# Total size: 145362
/usr/local/bin/atobm
/usr/local/bin/bitmap
/usr/local/bin/bmtoa

View File

@@ -1,4 +1,4 @@
# Total size: 90989
# Total size: 169926
/usr/local/bin/atobm
/usr/local/bin/bitmap
/usr/local/bin/bmtoa

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Bitmap < Autotools
description 'bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities'
homepage 'https://gitlab.freedesktop.org/xorg/app/bitmap'
version '1.1.1'
version '1.1.2'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/xorg/app/bitmap.git'
@@ -11,11 +11,12 @@ class Bitmap < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: '5fa77104fec12e266ab5bee7b67db8fb1ebac3e77e6dc2445ef0ecbe66cd3549',
armv7l: '5fa77104fec12e266ab5bee7b67db8fb1ebac3e77e6dc2445ef0ecbe66cd3549',
x86_64: 'f2e442cbbfbd6944fc4acee04f01f3b01538cdb66f8b517dfd81ebd291c28bf3'
aarch64: 'beba84caee248e1637c8e7cfbb77876c48fa9c6cbd453196be0f57f4622cd3c0',
armv7l: 'beba84caee248e1637c8e7cfbb77876c48fa9c6cbd453196be0f57f4622cd3c0',
x86_64: 'bccf4734b83cc075e168d6560c37214c30417f4c77ddb746feebbd0c5f8796b9'
})
depends_on 'glibc' # R
depends_on 'libx11'
depends_on 'libxaw'
depends_on 'libxmu'