diff options
| author | Leonard van Driel | 2013-01-07 22:33:55 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-07 14:10:42 -0800 |
| commit | 76d7be3a6959e973338a03310b4f880c9c342486 (patch) | |
| tree | 1f050794e73bc61f64d1a720afc27dd14e1484a5 | |
| parent | 97db918edbdecc98bf8240f55c082fa9312fad27 (diff) | |
| download | homebrew-76d7be3a6959e973338a03310b4f880c9c342486.tar.bz2 | |
heroku-toolbelt 2.33.5
Closes #16949.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/heroku-toolbelt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb index 349874fcb..4f7adf9d6 100644 --- a/Library/Formula/heroku-toolbelt.rb +++ b/Library/Formula/heroku-toolbelt.rb @@ -2,8 +2,8 @@ require 'formula' class HerokuToolbelt < Formula homepage 'https://toolbelt.heroku.com/other' - url 'http://assets.heroku.com.s3.amazonaws.com/heroku-client/heroku-client-2.32.13.tgz' - sha1 'b68bf43366e0a86a5d28fc152e79672fd0bc1d64' + url 'http://assets.heroku.com.s3.amazonaws.com/heroku-client/heroku-client-2.33.5.tgz' + sha1 'da42fd5c23b54bc5e8239e9b4b0beb8524dc4d5f' def install libexec.install Dir["*"] |
