Files
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
372 B
Ruby

cask "mjml" do
version "3.0.4"
sha256 "8bf1e24f770d8191526ce42cab423dc6834876d8cee280b12338510f976dff4c"
url "https://github.com/mjmlio/mjml-app/releases/download/v#{version}/mjml-app-#{version}-mac.dmg",
verified: "github.com/mjmlio/mjml-app/"
name "MJML"
desc "Desktop app for MJML"
homepage "https://mjmlio.github.io/mjml-app/"
app "MJML.app"
end