|
1 | 1 | class Mtools < Formula
|
2 | 2 | desc "Tools for manipulating MSDOS files"
|
3 | 3 | homepage "https://www.gnu.org/software/mtools/"
|
4 |
| - url "https://ftp.gnu.org/gnu/mtools/mtools-4.0.45.tar.gz" |
5 |
| - mirror "https://ftpmirror.gnu.org/mtools/mtools-4.0.45.tar.gz" |
6 |
| - sha256 "eea170403f48f0cd19b3d940e4bd12630a82601e25f944f47654b13d9d7eb5d4" |
| 4 | + url "https://ftp.gnu.org/gnu/mtools/mtools-4.0.46.tar.gz" |
| 5 | + mirror "https://ftpmirror.gnu.org/mtools/mtools-4.0.46.tar.gz" |
| 6 | + sha256 "4243e79af24133525755f37fc85e9c09fd904c89561ee19cd669454fc5b28ded" |
7 | 7 | license "GPL-3.0-or-later"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4534b28c0164c15e724ef0a5cdb3256b793208d4380488872b771efefd4481f8" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a69d244619ed51e4bdcd2a2c54ba7a712a941cb73790402bd230e84d2cdf6fa" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "31caad0f48bc1783fe12de78b091f03b42553a4155cc1a05f0ef8f1e38d389cc" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "92902b9fd9f243b4490d0e4e3ce9cb2840598ddc99d9d7b36c791a6f8a31aaab" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "22851f50c2d8e4c30255ec3a8459d33328336c2e905bc619b9354920011a0d67" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "283a14c5bb3d469b129bccef5cb217b6b96a0a729db36b47df2c6d96ffc55660" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "06b18781ccf00aed5ebf26e14addc0b0c7da5b6a383b810e7712f850929e0b9e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a91d7b683a0d78cafcf56dd581908cbca2e62673922d0e5de3ebf4cd9b271118" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "7d9f7d214585bb4ea9cbd7b47e010032ec33d59838b3c08932b58305d00fe7ed" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "ea49ff9deab0af2151880a8e9f47fa31541da1b696c31609e73b35af919f0dd2" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "bc35bae1aea11e78e87ec2d747a4cef399e66418d548878de635d5a968463d0b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5c32a679fe8d4a8e8d9ba5c92385dc7047263517df73d8ab28babc4e413cb2aa" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | conflicts_with "multimarkdown", because: "both install `mmd` binaries"
|
|
0 commit comments