mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
The source itself is available but the license prevents redistribution and modification, failing the definition at http://opensource.org/docs/osd See also https://github.com/caskroom/homebrew-cask/issues/8169
10 lines
262 B
Ruby
10 lines
262 B
Ruby
cask :v1 => 'lynxlet' do
|
|
version '0.8.1'
|
|
sha256 '78224e5bfcfcea7d63a22e3baaeac0df215673b94af32c572714b061cf05789f'
|
|
|
|
url "http://habilis.net/lynxlet/Lynxlet_#{version}.dmg"
|
|
homepage 'http://habilis.net/lynxlet/'
|
|
license :closed
|
|
|
|
app 'Lynxlet.app'
|
|
end
|