homebrew-cask/Casks/mjml.rb

13 lines
447 B
Ruby

cask "mjml" do
version "3.0.2"
sha256 "ab7118386b9a39d34ebf9e4101dac640a7b59bc3eee499500fa51cd7531dc307"
# github.com/mjmlio/mjml-app/ was verified as official when first introduced to the cask
url "https://github.com/mjmlio/mjml-app/releases/download/v#{version}/mjml-app-#{version}-mac.dmg"
appcast "https://github.com/mjmlio/mjml-app/releases.atom"
name "MJML"
homepage "https://mjmlio.github.io/mjml-app/"
app "MJML.app"
end