mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
12 lines
251 B
Ruby
12 lines
251 B
Ruby
cask :v1 => 'typed' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://realmacsoftware.com/redirects/typed/direct'
|
|
homepage 'http://realmacsoftware.com/typed/'
|
|
license :commercial
|
|
|
|
app 'Typed.app'
|
|
|
|
depends_on :macos => '>= :mavericks'
|
|
end
|