Change heroku.rb to use sha256sum. Heroku.rb itself may has a problem like...

Change heroku.rb to use sha256sum.  Heroku.rb itself may has a problem like #829 discussion, though.
parent 74abd072
......@@ -9,9 +9,9 @@ class Heroku < Package
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"
binary_sha256 ({
armv7l: "b7fab53d3c8cfd42d41c1b07db069c9fd5f7261fcea48fd99114981cf1a293d7",
i686: "1e73fbff3a10c0c95dd1aa1cf68952a95a330634fa410765962df0396315a42c",
x86_64: "9259cd8b5d7aaeb9172142b5956ad767a3d4f1bcf126e51a7f4a8c055e53c068"
})
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