homebrew-cask/Casks/moeditor.rb

14 lines
491 B
Ruby
Raw Normal View History

2016-07-06 19:36:24 +08:00
cask 'moeditor' do
2016-08-20 00:11:39 +08:00
version '0.1.1'
sha256 '45dc7ac40675fa8c3c2170801450740701599f7a162a696c21f38bff4f04fc50'
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',
2016-08-20 00:11:39 +08:00
checkpoint: '3a0247fa7c01e7026c2fcf2d02cfc0ea4f2d073c4c39d2c0797f65ba919d41e1'
2016-07-06 19:36:24 +08:00
name 'Moeditor'
homepage 'https://github.com/Moeditor/Moeditor'
license :gpl
2016-08-20 00:11:39 +08:00
app 'Moeditor.app'
2016-07-06 19:36:24 +08:00
end