Files
homebrew-cask/Casks/m/manta.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

13 lines
382 B
Ruby

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