mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
10 lines
259 B
Ruby
10 lines
259 B
Ruby
class Lynxlet < Cask
|
|
version '0.8.1'
|
|
sha256 '78224e5bfcfcea7d63a22e3baaeac0df215673b94af32c572714b061cf05789f'
|
|
|
|
url "http://habilis.net/lynxlet/Lynxlet_#{version}.dmg"
|
|
homepage 'http://habilis.net/lynxlet/'
|
|
license :unknown
|
|
|
|
app 'Lynxlet.app'
|
|
end
|