mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
7 lines
173 B
Ruby
7 lines
173 B
Ruby
class Espresso < Cask
|
|
url 'http://macrabbit.com/espresso/get/'
|
|
homepage 'http://macrabbit.com/espresso/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Espresso.app'
|
|
end
|