mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
11 lines
306 B
Ruby
11 lines
306 B
Ruby
cask :v1 => 'telephone' do
|
|
version '0.15.2'
|
|
sha256 '21191c1d72b425a2aa5a065678bf862c235974727aa6184c51eec540f41cb43d'
|
|
|
|
url "https://telephone.googlecode.com/files/Telephone-#{version}.dmg"
|
|
name 'Telephone'
|
|
homepage 'https://code.google.com/p/telephone/'
|
|
license :oss
|
|
|
|
app 'Telephone.app'
|
|
end
|