mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
304 B
Ruby
10 lines
304 B
Ruby
cask :v1 => 'lucidor' do
|
|
version '0.9.8-1'
|
|
sha256 'b94cca22b82ba508a8a9bd5ced62ec3ff093e74c1bf2841a0962c3bba1306a8d'
|
|
|
|
url "http://lucidor.org/lucidor/lucidor-#{version}.dmg"
|
|
homepage 'http://lucidor.org'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app 'Lucidor.app'
|
|
end
|