diff options
| author | Jan Jungnickel | 2015-04-17 14:24:05 +0200 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-18 00:32:48 -0700 |
| commit | e9812915a79ea2bcfc8d81f037786c80724f4b85 (patch) | |
| tree | 69c14e8ee99f4b3d8c979900706fa2565b79a084 /Library | |
| parent | a25e2d7920a156526c53a84faa6c37f2dec99a69 (diff) | |
| download | homebrew-e9812915a79ea2bcfc8d81f037786c80724f4b85.tar.bz2 | |
deis 1.5.1
Closes #38748.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/deis.rb | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Library/Formula/deis.rb b/Library/Formula/deis.rb index b78366012..ef9181298 100644 --- a/Library/Formula/deis.rb +++ b/Library/Formula/deis.rb @@ -1,13 +1,10 @@ class Deis < Formula homepage "http://deis.io" - url "https://github.com/deis/deis/archive/v1.4.1.tar.gz" - sha1 "4f28c042ae634d92c728b81ea3fed03111b83eb6" + url "https://github.com/deis/deis/archive/v1.5.1.tar.gz" + sha1 "3a4b0caa0720785a6c093d15a62f2bcbb76324a4" bottle do cellar :any - sha256 "b969023be679d70a61afc7e488eb561a46252d9e062f81e2a44d84885878594f" => :yosemite - sha256 "ec437a6a0be6b00486c3293ee863eebd61a02dafcd9469626a47ef5ba7c54712" => :mavericks - sha256 "bf448a2340499442641b2df4f5217a0a52fe0ee4e07c29c221828c2d11c3c223" => :mountain_lion end depends_on :python if MacOS.version <= :snow_leopard @@ -19,8 +16,8 @@ class Deis < Formula end resource "python-dateutil" do - url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.0.tar.gz" - sha1 "159081a4c5b3602ab440a7db305f987c00ee8c6d" + url "https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-2.4.1.post1.tar.gz" + sha1 "55c712dac45ad14532d9bc05b64ba7e4bf6b56c6" end resource "PyYAML" do @@ -43,6 +40,11 @@ class Deis < Formula sha1 "d168e6d01f0900875c6ecebc97da72d0fda31129" end + resource "tabulate" do + url "https://pypi.python.org/packages/source/t/tabulate/tabulate-0.7.4.tar.gz" + sha1 "8aa77884fc87932855f1a7eb7d741cc60e72281d" + end + def install ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python2.7/site-packages" |
