aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cask.rb
diff options
context:
space:
mode:
authorAntonio Santos2014-03-20 13:02:13 +0100
committerMike McQuaid2014-03-20 12:16:57 +0000
commit7cecf5a894447bec852e152e400e807b2870f7a8 (patch)
tree7f2b23f4490542edf052b888574646a571743de3 /Library/Formula/cask.rb
parent367e3458202df7d2aeb095507768cf869d829429 (diff)
downloadhomebrew-7cecf5a894447bec852e152e400e807b2870f7a8.tar.bz2
cask 0.6.0
Update Cask to version 0.6.0 Closes #27724. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/cask.rb')
-rw-r--r--Library/Formula/cask.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cask.rb b/Library/Formula/cask.rb
index b71616b3b..dc94a7ccb 100644
--- a/Library/Formula/cask.rb
+++ b/Library/Formula/cask.rb
@@ -16,8 +16,8 @@ end
class Cask < Formula
homepage "http://cask.github.io/"
- url "https://github.com/cask/cask/archive/v0.5.2.tar.gz"
- sha1 "23a71874844a07b4d0dc58335b8b8b97fc423481"
+ url "https://github.com/cask/cask/archive/v0.6.0.tar.gz"
+ sha1 "6f836bb41f034d6be9611ee09c78eb8cc52b53ca"
head "https://github.com/cask/cask.git"
depends_on NewEnoughEmacs