homebrew-cask/Casks/moeditor.rb

13 lines
476 B
Ruby
Raw Normal View History

2016-07-06 19:36:24 +08:00
cask 'moeditor' do
2016-12-11 17:32:51 +08:00
version '0.2.0'
sha256 '5ce5605b0fd3ac360f6bd9c6538ded61bb33da5cd27e3d64810d03b6a5261bd2'
2016-07-06 19:36:24 +08:00
2016-08-20 00:11:39 +08:00
url "https://github.com/Moeditor/Moeditor/releases/download/v#{version}-beta/Moeditor-#{version}-darwin-x64.zip"
2016-07-06 19:36:24 +08:00
appcast 'https://github.com/Moeditor/Moeditor/releases.atom',
2017-05-14 21:13:13 +08:00
checkpoint: '4339da0ee3f2a50193a784fc4a3b2a3977a3d92b96fd07fac15ce2de015cf966'
2016-07-06 19:36:24 +08:00
name 'Moeditor'
homepage 'https://github.com/Moeditor/Moeditor'
2016-08-20 00:11:39 +08:00
app 'Moeditor.app'
2016-07-06 19:36:24 +08:00
end