parent
24e6a304c2
commit
bd2824be7a
|
@ -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["*"]
|
||||
|
|
Loading…
Reference in New Issue