mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 14:17:07 -06:00
7 lines
174 B
Ruby
7 lines
174 B
Ruby
class Macterm < Cask
|
|
url 'http://www.macterm.net/updates/macterm-latest.dmg'
|
|
version 'latest'
|
|
no_checksum
|
|
homepage 'http://www.macterm.net/'
|
|
link 'MacTerm.app'
|
|
end
|