homebrew-cask/Casks/lumen.rb

13 lines
440 B
Ruby
Raw Normal View History

2016-08-01 19:17:54 +08:00
cask 'lumen' do
2017-03-05 21:53:54 +08:00
version '1.1.0'
sha256 '7a612f04a960939b4b3dc057f2322153a1345afc25d82f96023ee427073d409e'
2016-08-01 19:17:54 +08:00
url "https://github.com/anishathalye/lumen/releases/download/v#{version}/Lumen.zip"
appcast 'https://github.com/anishathalye/lumen/releases.atom',
2017-03-05 21:53:54 +08:00
checkpoint: '9c606fb1bda97d502eecac5b21e494e53b307be5738094fee3e4cb987dab8638'
2016-08-01 19:17:54 +08:00
name 'Lumen'
homepage 'https://github.com/anishathalye/lumen'
app 'Lumen.app'
end