mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Exfatprogs 1.3.0 => 1.3.1 (#14055)
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
# Total size: 249399
|
||||
/usr/local/sbin/defrag.exfat
|
||||
# Total size: 215661
|
||||
/usr/local/sbin/dump.exfat
|
||||
/usr/local/sbin/exfat2img
|
||||
/usr/local/sbin/exfatlabel
|
||||
/usr/local/sbin/fsck.exfat
|
||||
/usr/local/sbin/mkfs.exfat
|
||||
/usr/local/sbin/tune.exfat
|
||||
/usr/local/share/man/man8/defrag.exfat.8.zst
|
||||
/usr/local/share/man/man8/dump.exfat.8.zst
|
||||
/usr/local/share/man/man8/exfat2img.8.zst
|
||||
/usr/local/share/man/man8/exfatlabel.8.zst
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
# Total size: 276751
|
||||
/usr/local/sbin/defrag.exfat
|
||||
# Total size: 237361
|
||||
/usr/local/sbin/dump.exfat
|
||||
/usr/local/sbin/exfat2img
|
||||
/usr/local/sbin/exfatlabel
|
||||
/usr/local/sbin/fsck.exfat
|
||||
/usr/local/sbin/mkfs.exfat
|
||||
/usr/local/sbin/tune.exfat
|
||||
/usr/local/share/man/man8/defrag.exfat.8.zst
|
||||
/usr/local/share/man/man8/dump.exfat.8.zst
|
||||
/usr/local/share/man/man8/exfat2img.8.zst
|
||||
/usr/local/share/man/man8/exfatlabel.8.zst
|
||||
|
||||
@@ -1,12 +1,10 @@
|
||||
# Total size: 245907
|
||||
/usr/local/sbin/defrag.exfat
|
||||
# Total size: 210237
|
||||
/usr/local/sbin/dump.exfat
|
||||
/usr/local/sbin/exfat2img
|
||||
/usr/local/sbin/exfatlabel
|
||||
/usr/local/sbin/fsck.exfat
|
||||
/usr/local/sbin/mkfs.exfat
|
||||
/usr/local/sbin/tune.exfat
|
||||
/usr/local/share/man/man8/defrag.exfat.8.zst
|
||||
/usr/local/share/man/man8/dump.exfat.8.zst
|
||||
/usr/local/share/man/man8/exfat2img.8.zst
|
||||
/usr/local/share/man/man8/exfatlabel.8.zst
|
||||
|
||||
@@ -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.0'
|
||||
version '1.3.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/exfatprogs/exfatprogs.git'
|
||||
@@ -11,10 +11,10 @@ class Exfatprogs < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '353b01f8d423aa4580e5ec6f5ea56664c91a3ede89125686866b256f4e0d3013',
|
||||
armv7l: '353b01f8d423aa4580e5ec6f5ea56664c91a3ede89125686866b256f4e0d3013',
|
||||
i686: 'b8386e36d404726675ca078f71cb308a3be271d391c438086c09704c5efe4c82',
|
||||
x86_64: 'b5b0df3a389481dbec05bad847970979f45ee9275d6bbb3ba864276c3a5084f4'
|
||||
aarch64: 'd8f7504081e2f18f00bfddc3420b1de84d189628994e61847840c76b76698fbe',
|
||||
armv7l: 'd8f7504081e2f18f00bfddc3420b1de84d189628994e61847840c76b76698fbe',
|
||||
i686: 'cd409f831c754d9f6dedd9736a5df6bf9db317f678447dd136c21207208fcdb3',
|
||||
x86_64: 'c2b37dbe978808a8b0d12f9392c13e4f72c76a1141ca6d9d0b4324e5f2c89be3'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
2
tests/package/e/exfatprogs
Executable file
2
tests/package/e/exfatprogs
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
for b in $(crew files exfatprogs | grep /usr/local/sbin); do $b -V 2>&1; done
|
||||
@@ -36,6 +36,7 @@ enchant
|
||||
enet
|
||||
epiphany
|
||||
evince
|
||||
exfatprogs
|
||||
exo
|
||||
extra_cmake_modules
|
||||
f2fs_tools
|
||||
|
||||
Reference in New Issue
Block a user