mold: revision bump

Closes #110376.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
danielnachun 2022-09-12 01:25:42 -07:00 committed by BrewTestBot
parent fcbbe2934c
commit 423efef1fe
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@ class Mold < Formula
url "https://github.com/rui314/mold/archive/v1.4.2.tar.gz"
sha256 "47e6c48d20f49e5b47dfb8197dd9ffcb11a8833d614f7a03bd29741c658a69cd"
license "AGPL-3.0-only"
revision 1
head "https://github.com/rui314/mold.git", branch: "main"
bottle do
@ -24,7 +25,6 @@ class Mold < Formula
end
on_linux do
depends_on "gcc"
depends_on "mimalloc"
depends_on "openssl@1.1" # Uses CommonCrypto on macOS
end