phinze
11 years ago
commit
c1a48e03ab
5 changed files with 47 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
class Iterm2Beta < Cask |
||||
|
url 'http://www.iterm2.com/downloads/beta/iTerm2-1_0_0_20130811.zip' |
||||
|
homepage 'http://www.iterm2.com/' |
||||
|
version 'latest' |
||||
|
no_checksum |
||||
|
link 'iTerm.app' |
||||
|
end |
@ -0,0 +1,7 @@ |
|||||
|
class KeepassX2 < Cask |
||||
|
url 'http://www.keepassx.org/dev/attachments/download/38/KeePassX-2.0-alpha4.dmg' |
||||
|
homepage 'http://www.keepassx.org/' |
||||
|
version '2.0.0-alpha4' |
||||
|
sha1 'c289e9536eb9348f24875d8b2b59df8ecac35a04' |
||||
|
link 'KeePassX.app' |
||||
|
end |
@ -0,0 +1,7 @@ |
|||||
|
class SublimeText3 < Cask |
||||
|
url 'http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203047.dmg' |
||||
|
homepage 'http://www.sublimetext.com/3' |
||||
|
version '3047' |
||||
|
sha1 'cf20f30d0b0d406ced76784d9bdd63f817868f74' |
||||
|
link 'Sublime Text.app' |
||||
|
end |
@ -0,0 +1,23 @@ |
|||||
|
Copyright (c) 2013, Paul Hinze |
||||
|
All rights reserved. |
||||
|
|
||||
|
Redistribution and use in source and binary forms, with or without modification, |
||||
|
are permitted provided that the following conditions are met: |
||||
|
|
||||
|
* Redistributions of source code must retain the above copyright notice, this |
||||
|
list of conditions and the following disclaimer. |
||||
|
|
||||
|
* Redistributions in binary form must reproduce the above copyright notice, this |
||||
|
list of conditions and the following disclaimer in the documentation and/or |
||||
|
other materials provided with the distribution. |
||||
|
|
||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
||||
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
||||
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
||||
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
||||
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
||||
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
||||
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
@ -0,0 +1,3 @@ |
|||||
|
# homebrew-cask-versions |
||||
|
|
||||
|
Here you'll find alternate versions of Casks for the homebrew-cask project. |
Loading…
Reference in new issue