mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
AutoBuild: update-mtools started at 2025-01-19-22UTC (#11163)
* Mtools 4.0.45 => 4.0.47 * Add built packages for linux/amd64 to update-mtools * Add built packages for linux/arm/v7 to update-mtools --------- Co-authored-by: Ed Reel <edreel@gmail.com> Co-authored-by: uberhacker <uberhacker@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4b2a0313e0
commit
db04861328
@@ -10,6 +10,7 @@
|
||||
/usr/local/bin/mdel
|
||||
/usr/local/bin/mdeltree
|
||||
/usr/local/bin/mdir
|
||||
/usr/local/bin/mdoctorfat
|
||||
/usr/local/bin/mdu
|
||||
/usr/local/bin/mformat
|
||||
/usr/local/bin/minfo
|
||||
@@ -41,6 +42,7 @@
|
||||
/usr/local/share/man/man1/mdel.1.zst
|
||||
/usr/local/share/man/man1/mdeltree.1.zst
|
||||
/usr/local/share/man/man1/mdir.1.zst
|
||||
/usr/local/share/man/man1/mdoctorfat.1.zst
|
||||
/usr/local/share/man/man1/mdu.1.zst
|
||||
/usr/local/share/man/man1/mformat.1.zst
|
||||
/usr/local/share/man/man1/minfo.1.zst
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
/usr/local/bin/mdel
|
||||
/usr/local/bin/mdeltree
|
||||
/usr/local/bin/mdir
|
||||
/usr/local/bin/mdoctorfat
|
||||
/usr/local/bin/mdu
|
||||
/usr/local/bin/mformat
|
||||
/usr/local/bin/minfo
|
||||
@@ -41,6 +42,7 @@
|
||||
/usr/local/share/man/man1/mdel.1.zst
|
||||
/usr/local/share/man/man1/mdeltree.1.zst
|
||||
/usr/local/share/man/man1/mdir.1.zst
|
||||
/usr/local/share/man/man1/mdoctorfat.1.zst
|
||||
/usr/local/share/man/man1/mdu.1.zst
|
||||
/usr/local/share/man/man1/mformat.1.zst
|
||||
/usr/local/share/man/man1/minfo.1.zst
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
||||
class Mtools < Autotools
|
||||
description 'Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them.'
|
||||
homepage 'https://www.gnu.org/software/mtools/'
|
||||
version '4.0.45'
|
||||
version '4.0.47'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url "https://ftpmirror.gnu.org/mtools/mtools-#{version}.tar.lz"
|
||||
@@ -11,10 +11,12 @@ class Mtools < Autotools
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '301c1cbc6059963e5275ec7f474a5439acd3fb9c75575d91de6c7451e0d74519',
|
||||
armv7l: '301c1cbc6059963e5275ec7f474a5439acd3fb9c75575d91de6c7451e0d74519',
|
||||
x86_64: '8444664ab8fa7d98336bd4ac50927d589af516cf4f85e6d33f7ed118eb39ae10'
|
||||
aarch64: '41d6d66f37bd90245b560acd8aef124c26362058e47838c1969473641eb2ed45',
|
||||
armv7l: '41d6d66f37bd90245b560acd8aef124c26362058e47838c1969473641eb2ed45',
|
||||
x86_64: 'e469d2c99cdcc1757492b67032f60eeac0a21f622f46620c9234da13f2d616b3'
|
||||
})
|
||||
|
||||
depends_on 'glibc' # R
|
||||
|
||||
configure_options '--without-x'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user