mutt -> 2.3.2 in updater-mutt-2.3.2 — mutt: 2.3.1 → 2.3.2 (#15858)

* mutt -> 2.3.2 in updater-mutt-2.3.2

* updater-mutt-2.3.2: Package File Update Run on linux/386 container.

* updater-mutt-2.3.2: Package File Update Run on linux/amd64 container.

* updater-mutt-2.3.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-04-26 21:02:55 -05:00
committed by GitHub
parent f3b89f50a7
commit cf8a7b03ea
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 8463364
# Total size: 8467301
/usr/local/bin/flea
/usr/local/bin/mutt
/usr/local/bin/mutt_pgpring

View File

@@ -1,4 +1,4 @@
# Total size: 8976900
# Total size: 8980725
/usr/local/bin/flea
/usr/local/bin/mutt
/usr/local/bin/mutt_pgpring

View File

@@ -1,4 +1,4 @@
# Total size: 8876210
# Total size: 8880035
/usr/local/bin/flea
/usr/local/bin/mutt
/usr/local/bin/mutt_pgpring

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Mutt < Autotools
description 'Mutt is a small but very powerful text-based mail client for Unix operating systems.'
homepage 'http://mutt.org/'
version '2.3.1'
version '2.3.2'
license 'GPL-2'
compatibility 'all'
source_url 'https://gitlab.com/muttmua/mutt.git'
@@ -11,10 +11,10 @@ class Mutt < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'e852121f662c37dd6202ef7ecba96361b7bacc2a7b89341326cacc21f4ca376c',
armv7l: 'e852121f662c37dd6202ef7ecba96361b7bacc2a7b89341326cacc21f4ca376c',
i686: '439e2fcc00a279dd2d5bf1582fe190b0a192e8c7a26978d20d8d67ae162ebe8b',
x86_64: '2ed04ae176c92a5201987559e31e80764ab28f36a878f5dcd8bcbcb426990274'
aarch64: 'c7f41cd6237571c9efffd38840055a47127fd9bdb8be63d856b426957aa644c6',
armv7l: 'c7f41cd6237571c9efffd38840055a47127fd9bdb8be63d856b426957aa644c6',
i686: 'cc14601c52e39d2f9d335e68bb2c56ec9c7993ddb1c77883e69931721615ebe6',
x86_64: '304eb6204e32e75e303abf0fe76930935ee5ece78495d67ede782d039a19bb1f'
})
depends_on 'gdbm' => :executable