From fcc21eb590afac98eca3b817380d028f587185c8 Mon Sep 17 00:00:00 2001 From: optikfluffel Date: Thu, 23 Jul 2015 19:30:19 +0200 Subject: [PATCH] heroku-toolbelt 3.40.5 Closes Homebrew/homebrew#42062. Signed-off-by: Alex Dunn --- Formula/heroku-toolbelt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/heroku-toolbelt.rb b/Formula/heroku-toolbelt.rb index 649c17512f..02eebf7b6a 100644 --- a/Formula/heroku-toolbelt.rb +++ b/Formula/heroku-toolbelt.rb @@ -1,8 +1,8 @@ class HerokuToolbelt < Formula desc "Everything you need to get started with Heroku" homepage "https://toolbelt.heroku.com/other" - url "https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.39.5.tgz" - sha256 "fb1baa9762a7675ed4ef95ab135eff67cd6b5535584182aad50536c1740829a0" + url "https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.40.5.tgz" + sha256 "7aa72d5b49aa192403256126265717fc91226164dbc15bffcd54dd20ec46ce86" head "https://github.com/heroku/heroku.git" depends_on :ruby => "1.9"