Commit fe65040d authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #554 from finwo/heroku-cli

Added bin heroku 4.28.3
parents 46dd571e e2ee76a1
require 'package'
class Heroku < Package
version '4.28.3'
binary_url ({
armv7l: "https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxOHFIMzQyNHNFUWc",
i686: "https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxd3NULTRkMWlHQTA",
x86_64: "https://drive.google.com/uc?export=download&id=0ByCixsDmZPzxLURkMktpREpDZk0"
})
binary_sha1 ({
armv7l: "b48f2f52d11cee4ca6a1878fdf2608a4b10ea53d",
i686: "1b0a736797c9293431b7db0055861fc73657a3fe",
x86_64: "9524fbc86c0a19f84f8bbb77c56ce2439d929a92"
})
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment