heroku-toolbelt 2.40.0
Closes Homebrew/homebrew#21806. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
1fcd21b577
commit
21b0f528e1
1 changed files with 2 additions and 2 deletions
|
@ -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.39.5.tgz'
|
||||
sha1 'e2422a3e781766661b7ba38dada1ab785dcbc542'
|
||||
url 'http://assets.heroku.com.s3.amazonaws.com/heroku-client/heroku-client-2.40.0.tgz'
|
||||
sha1 '8ab041df01346427aeedd2bfe2c8900be7f3b390'
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
|
|
Loading…
Reference in a new issue