diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/heroku-toolbelt.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/heroku-toolbelt.rb b/Library/Formula/heroku-toolbelt.rb index 4b93d599f..d02b33257 100644 --- a/Library/Formula/heroku-toolbelt.rb +++ b/Library/Formula/heroku-toolbelt.rb @@ -1,9 +1,7 @@ -require 'formula' - class HerokuToolbelt < Formula - homepage 'https://toolbelt.heroku.com/other' - url 'https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.28.1.tgz' - sha1 'fb50b8159e34cb7a42aabbe9794891020a5ba3f9' + homepage "https://toolbelt.heroku.com/other" + url "https://s3.amazonaws.com/assets.heroku.com/heroku-client/heroku-client-3.30.3.tgz" + sha256 "2efc28e0af3e9e03ef98ba3530d0b5346a8221989c9e01e78d9944ea35013455" def install libexec.install Dir["*"] |
