From ecf5a15d4aa91c8d386ef6296ca3d11a2ce0d31f Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 06:44:07 +0000 Subject: [PATCH] =?UTF-8?q?hunspell=5Fes=5Fus=20->=2026.2.2.1=20in=20updat?= =?UTF-8?q?er-hunspell=5Fes=5Fus-26.2.2.1=20=E2=80=94=20hunspell=5Fes=5Fus?= =?UTF-8?q?:=2026.2.1.2=20=E2=86=92=2026.2.2.1=20(#14919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * hunspell_es_us -> 26.2.2.1 in updater-hunspell_es_us-26.2.2.1 * updater-hunspell_es_us-26.2.2.1: Package File Update Run on linux/386 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- packages/hunspell_es_us.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/hunspell_es_us.rb b/packages/hunspell_es_us.rb index 04c7065cb5..754311ec58 100644 --- a/packages/hunspell_es_us.rb +++ b/packages/hunspell_es_us.rb @@ -3,7 +3,7 @@ require 'package' class Hunspell_es_us < Package description 'Diccionarios de espaƱol de Hunspell' homepage 'http://hunspell.github.io/' - version '26.2.1.2' + version '26.2.2.1' license 'MPL-1.1, GPL-2 and LGPL-2.1' compatibility 'all' source_url 'https://github.com/LibreOffice/dictionaries.git' @@ -11,10 +11,10 @@ class Hunspell_es_us < Package binary_compression 'tar.zst' binary_sha256({ - aarch64: '2593c979c60340033b09c2f3cab3ded48d975aa3a426b563186ffa1dfea909bc', - armv7l: '2593c979c60340033b09c2f3cab3ded48d975aa3a426b563186ffa1dfea909bc', - i686: '04891daa36d08b42446a0cef9e81e8624388306a76f8228c8b620a96b2bdb588', - x86_64: 'db74ce95f5fb3d7fd7b58dc6c3f2e943188b410fc8403a1fde7cf4b8e76f5d2e' + aarch64: '038fffdef75ed4369c988ddd5bb9c3e457b06727707c2e8f2ba7ef55c6d9c40d', + armv7l: '038fffdef75ed4369c988ddd5bb9c3e457b06727707c2e8f2ba7ef55c6d9c40d', + i686: 'e566947762ac647ac7cdb2c672bdb631ba4dadb6a5a08d0083b73558075667d7', + x86_64: 'e5535e0a6cdd23407b12e6c3b0076243b06fc0faa9fd223a0c7025aa7dd65074' }) depends_on 'hunspell_base'