Update cask to v0.8.1 (#2125)

This commit is contained in:
George Hartzell 2016-10-25 10:58:50 -07:00 committed by Todd Gamblin
parent eeded917cd
commit 14ed97f219

View file

@ -37,6 +37,8 @@ class Cask(Package):
homepage = "http://cask.readthedocs.io/en/latest/" homepage = "http://cask.readthedocs.io/en/latest/"
url = "https://github.com/cask/cask/archive/v0.7.4.tar.gz" url = "https://github.com/cask/cask/archive/v0.7.4.tar.gz"
version('0.8.1', '25196468a7ce634cfff14733678be6ba')
# version 0.8.0 is broken
version('0.7.4', 'c973a7db43bc980dd83759a5864a1260') version('0.7.4', 'c973a7db43bc980dd83759a5864a1260')
depends_on('emacs', type=nolink) depends_on('emacs', type=nolink)