diff options
| author | Brett Koonce | 2014-08-21 00:24:41 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 |
| commit | 3759266991679d5cfb7269e2705fa190e714f4c7 (patch) | |
| tree | 45f48baf674b0aa98a46b3699c30e540d9bdaae6 /Library/Formula | |
| parent | ab51d8bd44b2f134dceeecdb49ddfa08642f8fcd (diff) | |
| download | homebrew-3759266991679d5cfb7269e2705fa190e714f4c7.tar.bz2 | |
cask 0.7.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cask.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cask.rb b/Library/Formula/cask.rb index 71d1b2112..c3ee7ab78 100644 --- a/Library/Formula/cask.rb +++ b/Library/Formula/cask.rb @@ -16,8 +16,8 @@ end class Cask < Formula homepage "http://cask.readthedocs.org/" - url "https://github.com/cask/cask/archive/v0.7.0.tar.gz" - sha1 "0f84c4a824bf93c0f1b207b21db820dbb4d41599" + url "https://github.com/cask/cask/archive/v0.7.1.tar.gz" + sha1 "a690043da29c01b71f08618f7eb469fbcda669c5" head "https://github.com/cask/cask.git" depends_on NewEnoughEmacs |
