You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install manta thru homebrew on MacOS another software is installed:
❯ brew info manta
==> manta: 1.1.4
https://getmanta.app/
Not installed
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/m/manta.rb
==> Name
Manta
==> Description
Invoicing desktop app with customizable templates
==> Artifacts
Manta.app (App)
==> Analytics
install: 6 (30 days), 13 (90 days), 55 (365 days)
This is what homebrew has in the manta.rb file:
cask "manta" do
version "1.1.4"
sha256 "f980f8d0c233e923a2352fd10521c1a04d059bc15140504bb7d2cfe235838776"
url "https://github.com/hql287/Manta/releases/download/v#{version}/Manta-#{version}-mac.zip",
verified: "github.com/hql287/Manta/"
name "Manta"
desc "Invoicing desktop app with customizable templates"
homepage "https://getmanta.app/"
app "Manta.app"
end
Is Homebrew supported on MacOS?
The text was updated successfully, but these errors were encountered:
@Masber I've tried this on my Mac, but the problem seems to be that the "manta" word (I don't know if there's a better term for homebrew stuff) points to a different software package.
When trying to install
manta
thruhomebrew
on MacOS another software is installed:This is what homebrew has in the
manta.rb
file:Is Homebrew supported on MacOS?
The text was updated successfully, but these errors were encountered: