homebrew-cask/Casks/mu.rb

14 lines
502 B
Ruby
Raw Normal View History

2016-07-20 01:02:05 +08:00
cask 'mu' do
2017-04-18 08:07:41 +08:00
version '0.9.13'
sha256 '58301468059907b10c1f8176df1240231371541836688355b44e1716b10bae84'
2016-07-20 01:02:05 +08:00
2017-04-18 08:07:41 +08:00
# github.com/mu-editor/mu was verified as official when first introduced to the cask
url "https://github.com/mu-editor/mu/releases/download/v#{version}/mu-#{version}.osx.zip"
appcast 'https://github.com/mu-editor/mu/releases.atom',
checkpoint: 'cbe2231bdb545bf8892858ba81325c1d7c5fc4e7b2827f26ae572d8608907d9b'
2016-07-20 01:02:05 +08:00
name 'Mu'
2016-12-25 07:34:06 +08:00
homepage 'https://codewith.mu/'
2016-07-20 01:02:05 +08:00
app 'Mu.app'
end