From c1a48e03ab372f6c3eac79fc8fde9c127016b777 Mon Sep 17 00:00:00 2001 From: phinze Date: Tue, 5 Nov 2013 19:31:38 -0600 Subject: [PATCH] First commit! --- Casks/iterm2-beta.rb | 7 +++++++ Casks/keepass-x-2.rb | 7 +++++++ Casks/sublime-text-3.rb | 7 +++++++ LICENSE | 23 +++++++++++++++++++++++ README.md | 3 +++ 5 files changed, 47 insertions(+) create mode 100644 Casks/iterm2-beta.rb create mode 100644 Casks/keepass-x-2.rb create mode 100644 Casks/sublime-text-3.rb create mode 100644 LICENSE create mode 100644 README.md diff --git a/Casks/iterm2-beta.rb b/Casks/iterm2-beta.rb new file mode 100644 index 000000000..be098512e --- /dev/null +++ b/Casks/iterm2-beta.rb @@ -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 diff --git a/Casks/keepass-x-2.rb b/Casks/keepass-x-2.rb new file mode 100644 index 000000000..e01e5756d --- /dev/null +++ b/Casks/keepass-x-2.rb @@ -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 diff --git a/Casks/sublime-text-3.rb b/Casks/sublime-text-3.rb new file mode 100644 index 000000000..ff537e523 --- /dev/null +++ b/Casks/sublime-text-3.rb @@ -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 diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..3e318cdac --- /dev/null +++ b/LICENSE @@ -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. diff --git a/README.md b/README.md new file mode 100644 index 000000000..3fceb0198 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# homebrew-cask-versions + +Here you'll find alternate versions of Casks for the homebrew-cask project.