You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
326 B
16 lines
326 B
10 years ago
|
cask :v1 => 'warp' do
|
||
|
version :latest
|
||
|
sha256 :no_check
|
||
|
|
||
|
url "http://ksuther.com/warp/downloads/Warp.dmg"
|
||
|
homepage 'http://ksuther.com/warp/'
|
||
|
license :oss
|
||
|
|
||
|
prefpane 'Warp.prefPane'
|
||
|
|
||
|
depends_on :macos => %w{
|
||
|
:leopard
|
||
|
:snow_leopard
|
||
|
}
|
||
|
end
|