homebrew-cask/Casks/jmc.rb

12 lines
322 B
Ruby

cask 'jmc' do
version '0.3-beta'
sha256 'b6e9303815d80948b80e1f94d797e1ee4ce1017940b236284930abc583ce6e41'
url "https://github.com/jcm93/jmc/releases/download/v#{version}/jmc.app.zip"
appcast 'https://github.com/jcm93/jmc/releases.atom'
name 'jmc'
homepage 'https://github.com/jcm93/jmc'
app 'jmc.app'
end