homebrew-cask/Casks/mojibar.rb

13 lines
380 B
Ruby
Raw Normal View History

2015-08-03 00:20:10 +08:00
cask :v1 => 'mojibar' do
2015-09-05 05:56:09 +08:00
version '1.2.0'
sha256 '85471afcab61f08c92328ad3267d806caf288d3b554103b5b74929a6be3f577f'
2015-08-03 00:20:10 +08:00
2015-09-05 05:56:09 +08:00
url "https://github.com/muan/mojibar/releases/download/#{version}/mojibar.zip"
2015-08-03 00:20:10 +08:00
appcast 'https://github.com/muan/mojibar/releases.atom'
name 'Mojibar'
homepage 'https://github.com/muan/mojibar'
license :mit
app 'Mojibar-darwin-x64/Mojibar.app'
end