exfatprogs -> 1.3.2 in updater-exfatprogs-1.3.2 — exfatprogs: 1.3.1 → 1.3.2 (#14952)

* exfatprogs -> 1.3.2 in updater-exfatprogs-1.3.2

* updater-exfatprogs-1.3.2: Package File Update Run on linux/386 container.

* updater-exfatprogs-1.3.2: Package File Update Run on linux/amd64 container.

* updater-exfatprogs-1.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>
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-10 21:30:23 -04:00
committed by GitHub
parent e809e6a98e
commit 7de39fcdd4
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 215661
# Total size: 189294
/usr/local/sbin/dump.exfat
/usr/local/sbin/exfat2img
/usr/local/sbin/exfatlabel

View File

@@ -1,4 +1,4 @@
# Total size: 237361
# Total size: 245578
/usr/local/sbin/dump.exfat
/usr/local/sbin/exfat2img
/usr/local/sbin/exfatlabel

View File

@@ -1,4 +1,4 @@
# Total size: 210237
# Total size: 218274
/usr/local/sbin/dump.exfat
/usr/local/sbin/exfat2img
/usr/local/sbin/exfatlabel

View File

@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
class Exfatprogs < Autotools
description 'exFAT filesystem userspace utilities for the Linux Kernel exfat driver.'
homepage 'https://github.com/exfatprogs/exfatprogs'
version '1.3.1'
version '1.3.2'
license 'GPL-2'
compatibility 'all'
source_url 'https://github.com/exfatprogs/exfatprogs.git'
@@ -11,11 +11,11 @@ class Exfatprogs < Autotools
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'd8f7504081e2f18f00bfddc3420b1de84d189628994e61847840c76b76698fbe',
armv7l: 'd8f7504081e2f18f00bfddc3420b1de84d189628994e61847840c76b76698fbe',
i686: 'cd409f831c754d9f6dedd9736a5df6bf9db317f678447dd136c21207208fcdb3',
x86_64: 'c2b37dbe978808a8b0d12f9392c13e4f72c76a1141ca6d9d0b4324e5f2c89be3'
aarch64: 'd5e3d6cf01e7ad17d77d1b711991f9088d99ee63c2161acc2754e54a4efa7d20',
armv7l: 'd5e3d6cf01e7ad17d77d1b711991f9088d99ee63c2161acc2754e54a4efa7d20',
i686: 'e5ac634097807de4f1545610c2094a2eedaf32946f38c82b032f8ad56c35d632',
x86_64: '2d254bcf1512abf0fb922f225ce0bd7a014741de3036cc88fd870105ccd4d225'
})
depends_on 'glibc' # R
depends_on 'glibc' => :executable_only
end