mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
262 B
Ruby
9 lines
262 B
Ruby
class Textroom < Cask
|
|
version '0.6.5'
|
|
sha256 'f220ca66340bb8b72416461d87504278b41b518ea35bd6b49c9aa195d4ccea3f'
|
|
|
|
url "https://textroom.googlecode.com/files/textroom-#{version}.dmg"
|
|
homepage 'https://code.google.com/p/textroom/'
|
|
|
|
app 'textroom.app'
|
|
end
|