diff options
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 c3ee7ab78..2cef6c80a 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.1.tar.gz" - sha1 "a690043da29c01b71f08618f7eb469fbcda669c5" + url "https://github.com/cask/cask/archive/v0.7.2.tar.gz" + sha1 "2c8012487f06c6b4f47ce56bd021bb71753f1bd0" head "https://github.com/cask/cask.git" depends_on NewEnoughEmacs |
